# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
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... |