| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1354026 | putuputu | CONSUL (info1cup19_consul) | C++20 | 6 ms | 412 KiB |
#include<bits/stdc++.h>
using namespace std;
#include "grader.h"
void solve(int n){
srand(time(0));
for(int i=0; i<25; i++){
int k=rand()%n;
int kt=kth(k+1);
int cn=cnt(kt);
if(cn>n/3){
say_answer(kt);
return;
}
}
say_answer(-1);
return;
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
