QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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);
}
詳細信息
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