#include<bits/stdc++.h>
#include <grader.h>
#define fastio ios_base::sync_with_stdio(0); cin.tie(0);
#define ll long long
using namespace std;
map<int,int>m;
void solve(int n){
for(int i=0;i<n;i++){
m[kth(i+1)]++;
}
for(auto it:m){
if(it.second>n/3){
say_answer(it.first);
return;
}
}
say_answer(-1);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
208 KB |
Wrong answer |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
300 KB |
Wrong answer |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
16 ms |
292 KB |
Wrong answer |
2 |
Halted |
0 ms |
0 KB |
- |