junkbot's blog

By junkbot, 13 years ago, In English
First time using codeforces, everything looks alright except when I submit for above problem, although it runs perfect on my system, it keeps saying that my program is failing on the first testcase, although it outputs different on my system to what it says that my program outputs.
  • Vote: I like it
  • +5
  • Vote: I do not like it

13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
I just examined your source - your problem is I/O.
Check that link: http://codeforces.com/blog/entry/416 (shortly: use I64d instead of lld or submit as MSVC).