# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
369468 | 2021-02-21T17:55:56 Z | sad | CONSUL (info1cup19_consul) | C++14 | 0 ms | 0 KB |
#include "grader.h" #include "bits/stdc++.h" #define fi first #define se second #define pb push_back #define ll long long void solve(int n) { for(int i=1;i<=min(25,n);i++) { int x=kth(i); int y=cnt(x); if(y>n/3){say_answer(x);return;} }return say_answer(-1); }