| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 391319 | Urvuk3 | CONSUL (info1cup19_consul) | C++17 | 333 ms | 200 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 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);
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
