# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
139508 | 2019-07-31T23:13:43 Z | zoooma13 | Amusement Park (JOI17_amusement_park) | C++14 | 9 ms | 1272 KB |
#include "bits/stdc++.h" #include "Joi.h" using namespace std; void Joi(int N, int M, int A[], int B[], long long X, int T) { assert(T == 3); for(int i=0; i<N; i++) MessageBoard(i ,bool(X&(1LL<<(i%60)))); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 3 ms | 504 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 9 ms | 1144 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 4 ms | 888 KB | Output is correct |
2 | Correct | 4 ms | 752 KB | Output is correct |
3 | Correct | 4 ms | 888 KB | Output is correct |
4 | Incorrect | 5 ms | 912 KB | Wrong Answer [7] |
5 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 9 ms | 1272 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 9 ms | 1272 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |