Search found 1 match

by SunNEET
Tue Mar 03, 2015 5:43 am
Forum: Volume 2 (200-299)
Topic: 299 - Train Swapping
Replies: 81
Views: 24087

Re: 299 - Train Swapping

I used similar code to solve UVa 10810,11858,11495
I don't know why i keep getting RuntimeError in this problem :(
Have already tried the large input above(299_input.zip) and i got the same output with uDebug

#include <cstdio>
#include <cstring>
#include <string>
#include <algorithm>
#include ...

Go to advanced search