제출 #1236221

#제출 시각아이디문제언어결과실행 시간메모리
1236221kaiboyQuestion (Grader is different from the original contest) (CEOI14_question_grader)C++20
0 / 100
0 ms320 KiB
int encode (int n, int x, int y) { return (x + y) % 2; }
int decode (int n, int q, int h) { return (q + h) % 2; }
#Verdict Execution timeMemoryGrader output
Fetching results...