#include "grader.h"
#include <bits/stdc++.h>
using namespace std;
void solve(int n){
srand(34234);
for(int i=1;i<=n/2;i++){
int r=rand()%n+1;
int za_koga_je_glasao_r=kth(r);
if(cnt(za_koga_je_glasao_r)>n/3){
say_answer(za_koga_je_glasao_r);
return;
}
}
say_answer(-1);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
15 ms |
200 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Partially correct |
36 ms |
200 KB |
Output is partially correct |
2 |
Correct |
11 ms |
200 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Partially correct |
333 ms |
200 KB |
Output is partially correct |
2 |
Halted |
0 ms |
0 KB |
- |