# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
365475 | lookcook | popa (BOI18_popa) | C++17 | 0 ms | 0 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 <bits/stdc++.h>
#define int long long
using namespace std;
int solve(int n, int* left, int* right) {
left[0] = -1;
right[0] = -1;
return 3;
}
signed main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
}