| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1122091 | vjudge1 | Flight to the Ford (BOI22_communication) | C++17 | 15 ms | 332 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.
#include"communication.h"
int val;
void encode(int n, int x) {
val = x;
}
std::pair<int, int> decode(int N) {
int u = 1;
if(u == val) {
u++;
}
return {val, u};
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
