# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
915682 | 2024-01-24T14:24:41 Z | NValchanov | CONSUL (info1cup19_consul) | C++17 | 22 ms | 344 KB |
#include "grader.h" #include <bits/stdc++.h> #define endl '\n' typedef long long ll; void solve(int n) { for(int i=1;i<=n;i++) { if(cnt(kth(i))>n/3) { say_answer(kth(i)); return; } } say_answer(-1); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 9 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 22 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 5 ms | 344 KB | Too many queries |
2 | Halted | 0 ms | 0 KB | - |