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

Автор sinasadi, 10 лет назад, По-английски

why my submission in problem 36 A have runtime eror ? whatever i see correct answer in CUSTOM INVOCATION. code

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

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

do you saw those two lines
input.txt
output.txt

so you have to use
freopen("output.txt","w",stdout);
freopen("input.txt","r",stdin);

but codeforces is not stupid just you need to do more practice on it

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

Short answer to the title: No.

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

Direct Stupid!!!!! Isn't it a bit harsh when the answer is no?

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

Hi everybody. After a long time of thinking about this question, I found the answer. The answer is yes. Please view the proof here: https://open.kattis.com/problems/kodkraft