Блог пользователя cristi_cretan

Автор cristi_cretan, история, 5 лет назад, По-английски

Hey guys, I was solving a problem and then I just sent it to see if it's correct, I am talking about this problem: https://codeforces.com/problemset/problem/253/A and it gives me WA at the first pretest even tho my solution it's correct, https://codeforces.com/contest/253/submission/47515698 it's about this submission, what is that "checker log" saying there?

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You should read the input from a file, and print the output to another file, not from/to standard input/output, as it's mentioned below the title of the problem.

Search for this, please, for more details about how to use it.