QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#165834 | #6733. Moniphant Sleep | Qingyu | WA | 4ms | 68396kb | C++23 | 60b | 2023-09-05 22:04:53 | 2023-09-05 22:11:41 |
Judging History
answer
#include<vector>
main() {
std::vector<int> o(1 << 24);
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 4ms
memory: 68396kb
input:
1 9 1 1 1 1 1 1 1 1 1 3 1 1 2 1 1 1 1 1 1 1 1 4 1 1 5 1 1
output:
result:
wrong answer Answer contains longer sequence [length = 1], but output contains 0 elements