QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#165831 | #6733. Moniphant Sleep | Qingyu | WA | 1ms | 67736kb | C++23 | 60b | 2023-09-05 22:04:44 | 2023-09-05 22:11:40 |
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: 1ms
memory: 67736kb
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