# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1116562 | 2024-11-21T19:59:14 Z | Sofiatpc | Xylophone (JOI18_xylophone) | C++17 | 162 ms | 336 KB |
#include <bits/stdc++.h> #include "xylophone.h" using namespace std; void solve(int n) { for(int i = 1; i <= 1000000; i++)query(1,n); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 162 ms | 336 KB | Wrong Answer [2] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 162 ms | 336 KB | Wrong Answer [2] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 162 ms | 336 KB | Wrong Answer [2] |
2 | Halted | 0 ms | 0 KB | - |