# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
26811 | 2017-07-06T06:31:17 Z | baactree | Question (Grader is different from the original contest) (CEOI14_question_grader) | C++14 | 1263 ms | 25672 KB |
int encode (int n, int x, int y) { int r=1; int mod=11; for(int i=0;i<9;i++){ r*=x; r%=mod; } return r+1; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1263 ms | 25672 KB | wrong answer |
2 | Incorrect | 1203 ms | 25672 KB | wrong answer |