# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
915672 | 2024-01-24T14:07:57 Z | NValchanov | CONSUL (info1cup19_consul) | C++17 | 6 ms | 384 KB |
#include <bits/stdc++.h> #include "grader.h" #define endl '\n' typedef long long ll; void solve(int n) { for(ll i=1;i<=n;i++) { if(cnt(kth(i))>n/3) say_answer(i); } say_answer(-1); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 344 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 384 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 6 ms | 344 KB | Too many queries |
2 | Halted | 0 ms | 0 KB | - |