제출 #564477

#제출 시각아이디문제언어결과실행 시간메모리
564477katwamiaw질문 (CEOI14_question_grader)C++14
0 / 100
3205 ms24124 KiB
int encode (int n, int x, int y) { return x ; }
int decode (int n, int q, int h) { return (q==h); }
#Verdict Execution timeMemoryGrader output
Fetching results...