Title |
User |
Message |
Date Posted |
Re: Weak test data? |
spencereir |
He's not posting a PEG case, it's from SPOJ. Actually, this is pretty useful to check that your solution really is correct if you pass PEG tests, but a case like that isn't tested. |
Jan 06, 2017 - 5:16:30 pm UTC |
Re: Weak test data? |
GirishRengadurai |
Do not post test cases and answers into the comments. If you are referring to a certain test case then use the test case number |
Jan 06, 2017 - 4:45:15 pm UTC |
Weak test data? |
nibnalin |
My code got accepted here but got Wrong Answer on SPOJ. Here's a case where it went wrong: 6 7 3 1 1 3 1 4 4 5 3 6 6 2 5 3 Correct answer is "inf". (I don't want to spoil the problem for othe... |
Jan 06, 2017 - 3:27:25 pm UTC |