제출 #1165313

#제출 시각아이디문제언어결과실행 시간메모리
1165313SmuggingSpun질문 (CEOI14_question_grader)C++20
0 / 100
686 ms43404 KiB
#include<bits/stdc++.h>
using namespace std;
int encode(int n, int x, int y){
    return x;
}
#include<bits/stdc++.h>
using namespace std;
int decode(int n, int q, int h){
    return int(q == h);
}
#Verdict Execution timeMemoryGrader output
Fetching results...