#include "grader.h"
#include <bits/stdc++.h>
void solve(int n)
{
/// insert your code
/// for example
for(int i = 0; i < n; i ++) {
int k = kth(i+1);
if(cnt(k) >= n / 3) {
say_answer(k);
}
}
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
212 KB |
Wrong answer |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
200 KB |
Multiple answers provided for the same testcase! |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
200 KB |
Wrong answer |
2 |
Halted |
0 ms |
0 KB |
- |