# | TimeUTC-0 | 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;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |