Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

forgot to comment file input and getting WA
Разница между en2 и en3, 19 символ(ов) изменены
this is common thing that happened to me when i solve a problem and i want to submit it then i got WA because of i forgot to comment my testing file input...↵
Now i saw that someone use this in main

-
 ↵
#ifdef NEREVAR_PROJECT↵
-     freopen("input.txt", "r", stdin);↵
-     freopen("output.txt", "w", stdout);↵
#endif  ↵

but i don't understand that many people use many different thing at the position "NEREVAR_PROJECT" .. then i am trying to copy that and use but it's not work in my text editor . ↵
plz explain me what is it and what it means and what it does...and how it use...↵
thanx in advance

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский tanvir_cse 2016-08-14 01:41:21 19
en2 Английский tanvir_cse 2016-08-14 01:40:00 11
en1 Английский tanvir_cse 2016-08-14 01:38:29 638 Initial revision (published)