|
|
back to boardCommon BoardTo admins: C# language - please add ONLINE_JUDGE conditional define Guess there is no predefined ONLINE_JUDGE in C# compiler, because when submit solution with #if (!ONLINE_JUDGE) StreamReader reader = new StreamReader("input.txt"); ... #endif i got Crash 1, and AC without it. |
|
|