#include "grader.h"
#include <bits/stdc++.h>
using namespace std;
int arr[1005];
void solve(int n)
{
for(int i=1;i<=50;i++){
int x=rand()%n+1;
if(arr[x]){
i--;
continue;
}
int a=kth(x);
int say=cnt(a);
if(say>n/3){
say_answer(a);
}
}
say_answer(-1);
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 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 |
292 KB |
Multiple answers provided for the same testcase! |
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 |
- |