Submission #448620

# Submission time Handle Problem Language Result Execution time Memory
448620 2021-07-31T07:45:48 Z vanic Question (Grader is different from the original contest) (CEOI14_question_grader) C++14
0 / 100
4450 ms 24244 KB
int encode (int n, int x, int y) {
	return x;
}
int decode (int n, int q, int h) {
	if(q==h){
		return 1;
	}
	else{
		return 0;
	}
}
# Verdict Execution time Memory Grader output
1 Incorrect 4450 ms 24244 KB Output isn't correct - maxh = 920
2 Incorrect 4406 ms 24124 KB Output isn't correct - maxh = 920