제출 #993645

#제출 시각아이디문제언어결과실행 시간메모리
993645ramalzaherCONSUL (info1cup19_consul)C++14
0 / 100
96 ms344 KiB
#include "grader.h"
#include<bits/stdc++.h>
using namespace std ;
void solve(int n)
{
    bool ok= 0 ;
map<int,int> mp ;
 for(int i =  1;i <= n; i ++ ){
    int temp  = kth(i) ;
    if(mp[temp] == 0 && cnt(    temp    ) > n/3  )
 {say_answer(temp);
 ok=1;
 mp[temp] =1 ;
 }
 }
 if(ok==0)
 say_answer(-1);
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...