제출 #567209

#제출 시각아이디문제언어결과실행 시간메모리
567209600Mihnea질문 (CEOI14_question_grader)C++17
0 / 100
3147 ms24288 KiB
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 timeMemoryGrader output
Fetching results...