Update grader

This commit is contained in:
Chunmyong Park
2020-07-02 06:54:19 +00:00
parent 114f38cbb6
commit d64e9f622e
36 changed files with 314 additions and 149 deletions

View File

@@ -1,5 +1,7 @@
int nonce; // For random input
int main()
{
int x = 1;
return 1;
int x = nonce;
return x;
}