Show all threads Hide all threads Show all messages Hide all messages |
WA#6 test | trc-pskov | 2103. Corporate Mail | 1 Oct 2019 03:19 | 1 |
|
WA#4 test | trc-pskov | 2103. Corporate Mail | 1 Oct 2019 02:28 | 1 |
helped for me 3 17 answer 1 3 3 18 17 |
Possibly k needs to be minimal | Md sabbir Rahman | 2103. Corporate Mail | 28 Nov 2018 16:09 | 1 |
first I tried this problem with 1-0 bfs, but it was giving me wa5. when I coded it int dijkstra with edges of 0,1,2,3, I got AC. so is minimal k necessary? |
some tests | Gleb | 2103. Corporate Mail | 15 Aug 2018 12:25 | 1 |
This tests helped me to find bugs with wa5 and wa84 5 8 answer: 1 3 5 4 8 ----- 5 18 answer: 1 3 5 6 18 ----- 7 25 answer: 2 3 7 5 25 |
Hint: This is graph shortest path. | xurshid_n | 2103. Corporate Mail | 7 Apr 2017 14:31 | 1 |
vertexes are 1..10 and d , d + 1, d-1, d+2, d-2, t + 3, t - 3, where d's are divisors of t. |
WA#8 s >= t | Sq1 | 2103. Corporate Mail | 18 Jan 2017 01:33 | 3 |
Edited by author 17.01.2017 16:15 WA#10 s == t Edited by author 18.01.2017 00:46 AC! Hell yeah! Can you give me test №76? |
Incomplete Test Set | espr1t | 2103. Corporate Mail | 3 Dec 2016 18:42 | 1 |
I got AC with a wrong solution during the contest, so I think the test cases might be a bit weak. One example my wrong solution didn't pass is: 7 63713822 It printed 3, while the best answer is 2: 7 -> 8 -> 31856912 -> 31856911 -> 63713822. Can you please add it to the test-set? (Edit: I've fixed my solution now, but others may fail.) Edited by author 03.12.2016 18:42 |
Board of directors | Emiliyan Greshkov | 2103. Corporate Mail | 19 Nov 2016 15:45 | 2 |
Can members of the director board be subordinates? For example, is 6 a subordinate of 3? Yes, 6 is a subordinate of 1, 2, and 3. Edited by author 19.11.2016 15:45 |
если отправитель равен получателю | the_art_of_war | 2103. Corporate Mail | 19 Nov 2016 15:41 | 2 |
Для теста 5 5 что нужно вывести 0 2 5 5 или 0 1 5 "An employee can send a memo only to another employee. The route of memo can consist of one employee." So the answer should be 0 1 5. |