|
|
back to boardCommon BoardCheck out new help page about using C++ Re: Check out new help page about using C++ 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 --- |
|
|