ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

Check out new help page about using C++
Posted by Vladimir Yakovlev (USU) 31 Jan 2007 22:49
Re: Check out new help page about using C++
Posted by dibrov.bor 31 Jan 2007 23:54
thanks - very useful rules
but I can't understand how can help me next lines while debugging
---
#ifndef ONLINE_JUDGE
   freopen("input.txt", "rt", stdin);
   freopen("output.txt", "wt", stdout);
#endif
---