# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
523105 | 2022-02-07T05:36:29 Z | Baytoro | CONSUL (info1cup19_consul) | C++17 | 39 ms | 264 KB |
#include "grader.h" using namespace std; void solve(int n) { for(int i=0;i<n;i++){ int x=kth(i+1); int y=cnt(x); if(y>n/3){ say_answer(x); return; } } say_answer(-1); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 16 ms | 200 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 39 ms | 264 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 10 ms | 200 KB | Too many queries |
2 | Halted | 0 ms | 0 KB | - |