Submission #564477

#TimeUsernameProblemLanguageResultExecution timeMemory
564477katwamiawQuestion (Grader is different from the original contest) (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...