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