# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1165313 | SmuggingSpun | Question (Grader is different from the original contest) (CEOI14_question_grader) | C++20 | 686 ms | 43404 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 time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |