# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
777190 | 2023-07-08T18:54:23 Z | LeaRouse | CONSUL (info1cup19_consul) | C++14 | 1 ms | 208 KB |
#include "grader.h" #include <map> #define ll long long using namespace std; void solve(int n){ for(int i=1;i<25;i++){ int nc=kth(i%n +1); int awa=cnt(nc); if(awa>n/3){ say_answer(awa); return; } } say_answer(-1); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 208 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 208 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 208 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |