# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
315098 | 2020-10-22T02:28:23 Z | yjojdkgk5bp | CONSUL (info1cup19_consul) | C++14 | 11 ms | 256 KB |
#include <bits/stdc++.h> #include "grader.h" using namespace std; void solve(int n) { int v; map<int,int> can; for(int i=1; i<=(n/3)*2+3 && i<=n; i++) { v=kth(i); can[v]++; if(can[v]>n/3) { say_answer(v); return; } } say_answer(-1); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 7 ms | 256 KB | Wrong answer |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 256 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 11 ms | 256 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |