# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
391317 | Urvuk3 | CONSUL (info1cup19_consul) | C++17 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#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 rand=rand()%n+1;
int za_koga_je_glasao_rand=kth(rand);
if(cnt(za_koga_je_glasao_rand)>n/3){
say_answer(za_koga_je_glasao_rand);
return;
}
}
say_answer(-1);
}