# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1236221 | kaiboy | 질문 (CEOI14_question_grader) | C++20 | 0 ms | 320 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 time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |