# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
139507 | 2019-07-31T23:09:13 Z | zoooma13 | Amusement Park (JOI17_amusement_park) | C++14 | 11 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
# | Verdict | Execution time | Memory | 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 | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 10 ms | 1144 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Correct | 4 ms | 840 KB | Output is correct |
2 | Correct | 4 ms | 888 KB | Output is correct |
3 | Correct | 4 ms | 888 KB | Output is correct |
4 | Incorrect | 6 ms | 976 KB | Wrong Answer [7] |
5 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 11 ms | 1272 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Runtime error | 10 ms | 1272 KB | Execution killed with signal 11 (could be triggered by violating memory limits) |
2 | Halted | 0 ms | 0 KB | - |