# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
923151 | 2024-02-06T18:31:17 Z | NValchanov | CONSUL (info1cup19_consul) | C++17 | 24 ms | 344 KB |
#include<bits/stdc++.h> #include "grader.h" 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 | 11 ms | 344 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 24 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 | - |