# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
777136 | 2023-07-08T17:39:02 Z | LeaRouse | CONSUL (info1cup19_consul) | C++14 | 0 ms | 0 KB |
#include<bits/stdc++.h> #include <grader.h> #define ff first #define ss second #define fastio ios_base::sync_with_stdio(0); cin.tie(0); #define ll long long using namespace std; map<int,int>m; void say_answer(int n){ for(int i=0;i<n;i++){ m[kth(i+1)]++; } for(auto it:m){ if(it.ss>n/3) return it.ff; } return -1; }