답안 #448620

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
448620 2021-07-31T07:45:48 Z vanic 질문 (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;
	}
}
# 결과 실행 시간 메모리 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