Submission #564477

# Submission time Handle Problem Language Result Execution time Memory
564477 2022-05-19T09:33:32 Z katwamiaw Question (Grader is different from the original contest) (CEOI14_question_grader) C++14
0 / 100
3205 ms 24124 KB
int encode (int n, int x, int y) {
    return x ;
}
int decode (int n, int q, int h) {
	return (q==h);
}
# Verdict Execution time Memory Grader output
1 Incorrect 3205 ms 24124 KB Output isn't correct - maxh = 920
2 Incorrect 3201 ms 24112 KB Output isn't correct - maxh = 920