# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
523102 | 2022-02-07T05:28:44 Z | Baytoro | CONSUL (info1cup19_consul) | C++17 | 0 ms | 0 KB |
#include "grader.h" #include "grader.cpp" void solve(int n) { for(int i=0;i<min(n,50);i++){ int x=kth(i); int y=cnt(x); if(y>n/3){ say_answer(x); return; } } say_answer(-1); }