Title |
User |
Message |
Date Posted |
Re: Error |
P234rer |
Thanks :D |
Feb 24, 2017 - 9:31:26 pm UTC |
Re: Error |
jargon |
The judge currently uses Python 2.6.8, so some of the syntax you're using is not allowed. (Ex. no {} shorthand for sets.) |
Feb 24, 2017 - 8:07:39 pm UTC |
Error |
P234rer |
Any hint as to why I got the error? Thanks |
Feb 24, 2017 - 3:20:05 pm UTC |
Re: Weak test cases |
kobortor |
Can confirm, I got past the testcases during CCC even though I only tracked the shortest path and the least damaging path. |
Jan 31, 2017 - 8:34:52 pm UTC |
Weak test cases |
gpfault |
This breaks some top submissions 3 3 4 1 2 3 0 1 2 2 1 1 2 1 2 2 3 1 1 1 3 Correct output: 3 |
Jan 31, 2017 - 8:04:14 pm UTC |
Re: Undirected |
Butane |
Its undirected. In the problem statement it says takes ti minutes to travel along in either direction |
Feb 24, 2015 - 2:34:50 am UTC |
Undirected |
lolzballs |
According to the explanation of Sample 1, [1, 2, 3, 4] is a valid path. This would mean that the path running from 3 to 2 with a time of 2 and wear of 2, can run from 2 to 3 as well. The problem text... |
Feb 24, 2015 - 2:02:02 am UTC |