# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
524264 | 2022-02-09T00:47:06 Z | maks007 | CONSUL (info1cup19_consul) | C++14 | 1 ms | 212 KB |
#include "grader.h" #include <bits/stdc++.h> void solve(int n) { /// insert your code /// for example for(int i = 0; i < n; i ++) { int k = kth(i+1); if(cnt(k) >= n / 3) { say_answer(k); } } }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 212 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 200 KB | Multiple answers provided for the same testcase! |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 200 KB | Wrong answer |
2 | Halted | 0 ms | 0 KB | - |