# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
448620 | vanic | 질문 (CEOI14_question_grader) | C++14 | 4450 ms | 24244 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
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 time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |