QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#488909 | #5459. Goose, goose, DUCK? | ucup-team1222# | WA | 108ms | 679604kb | C++20 | 1.9kb | 2024-07-24 16:15:45 | 2024-07-24 16:15:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 108ms
memory: 678328kb
input:
6 2 1 2 2 1 3 3
output:
10
result:
ok 1 number(s): "10"
Test #2:
score: -100
Wrong Answer
time: 91ms
memory: 679604kb
input:
6 1 1 2 3 4 5 6
output:
6
result:
wrong answer 1st numbers differ - expected: '0', found: '6'