MMJ's blog

By MMJ, 12 years ago, In English

when I test my code in "custom test" with sample input, my code print valid output but when I submit same code it doesn't print anything ! :-/

I think there's a problem with judge

submissions :

3539587 3539547 3539541

  • Vote: I like it
  • -7
  • Vote: I do not like it

»
12 years ago, # |
  Vote: I like it +7 Vote: I do not like it

In this problem you should use file I/O. Take a look at lines under time and memory limits.

  • »
    »
    12 years ago, # ^ |
      Vote: I like it -6 Vote: I do not like it

    oh you're right :D, I'm so wacky.

    thanks :)