|  | 
|  | 
| вернуться в форум | Changes in problem 1137 "Bus Routes" 1. Limitations were changed. Now 2 ≤ m ≤ 200; 1 ≤ stop_ID ≤ 1000. In old version 1 ≤ m ≤ 1000; 1 ≤ stop_ID ≤ 10000, but there were no such tests.2. Checker was updated.
 3. Some new tests were added. 618 solutions lost AC verdict.
 
 Hint: if your solution got Runtime Error, check a stack size in your code.
 | 
 | 
|