| 
 | 
вернуться в форумDon't ever submit with freopen! Послано  LSBG 25 мар 2008 16:47 I just spent about 40 minutes trying to find an unexisting bug in my code(I got WA 1), while the only bug I actually had was that I submitted with freopen! Re: Don't ever submit with freopen! just use something like this #ifedf _DEBUG freopen() #endif   or   #ifndef ONLINE_JUDGE freopen() #endif  |  
  | 
|