답안 #564477

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
564477 2022-05-19T09:33:32 Z katwamiaw 질문 (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);
}
# 결과 실행 시간 메모리 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