QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#488879 | #5459. Goose, goose, DUCK? | ucup-team1222# | WA | 111ms | 680280kb | C++20 | 817b | 2024-07-24 16:03:31 | 2024-07-24 16:03:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 111ms
memory: 680280kb
input:
6 2 1 2 2 1 3 3
output:
i 1 i 2 i 3 i 4 i 5 i 6 10
result:
wrong output format Expected integer, but "i" found