Submission #11125

# Submission time Handle Problem Language Result Execution time Memory
11125 2014-11-14T02:45:38 Z gs14004 Question (Grader is different from the original contest) (CEOI14_question_grader) C++
0 / 100
1705 ms 25672 KB
int encode (int n, int x, int y) {
    return x;
}
int decode (int n, int q, int h) {
    if(h == q) return 1;
    else return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 1705 ms 25672 KB Output isn't correct - maxh = 920
2 Incorrect 1652 ms 25672 KB Output isn't correct - maxh = 920