# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
656731 | anhduc2701 | Secret (JOI14_secret) | C++17 | 440 ms | 4328 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 "secret.h"
void Init(int N, int A[]) {
Secret(0, 1000000000);
}
int Query(int L, int R) {
return 0;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |