답안 #993640

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
993640 2024-06-06T09:22:29 Z ramalzaher CONSUL (info1cup19_consul) C++14
0 / 100
1 ms 344 KB
#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;}
 }
 if(ok==0)
 say_answer(-1);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Wrong answer
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Wrong answer
2 Halted 0 ms 0 KB -