QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#533587 | #6762. Hotpot | rotcar08 | WA | 0ms | 3920kb | C++20 | 524b | 2024-08-26 07:31:23 | 2024-08-26 07:31:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3920kb
input:
4 3 2 6 1 1 2 1 1 5 1 2 2 10 1 2 2 2 10 1 1
output:
0 2 1 2 2 2 0 5
result:
wrong answer 1st lines differ - expected: '0 2 1', found: '0 2 1 '