# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
435565 | 2021-06-23T12:39:46 Z | hossain2020 | 코알라 (APIO17_koala) | C++14 | 6 ms | 328 KB |
#include <bits/stdc++.h> #include "koala.h" int minValue(int n, int w) { int query[n]; for (int i = 0; i < n; i++) query[i] = !i; int response[n]; playRound(query, response); for (int i = 0; i < n; i++) if (response[i] <= query[i]) return i; assert(0); } int maxValue(int n, int w) { } int greaterValue(int n, int w) { } void allValues(int n, int w, int *p) { }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 5 ms | 200 KB | Output is correct |
2 | Correct | 5 ms | 200 KB | Output is correct |
3 | Correct | 5 ms | 200 KB | Output is correct |
4 | Correct | 6 ms | 200 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 328 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 284 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 200 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 200 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |