#include "grader.h"
#include <bits/stdc++.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(kth(i));
}
say_answer(-1);
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Multiple answers provided for the same testcase! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Multiple answers provided for the same testcase! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
4 ms |
344 KB |
Too many queries |
2 |
Halted |
0 ms |
0 KB |
- |