QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#285338 | #7940. Impossible Numbers | ucup-team122# | WA | 1ms | 3540kb | C++20 | 6.4kb | 2023-12-16 17:58:19 | 2023-12-16 17:58:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3540kb
input:
2 3 1 8 7 0 6 2 1 2 5 4 9 3
output:
33 34 35
result:
ok single line: '33 34 35'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3504kb
input:
1 10 1 5 2 2 6 4
output:
3 7 8 9 10 11 13 17 18 19
result:
wrong answer 1st lines differ - expected: '3 7 8 9 10 11 12 13 14 15', found: '3 7 8 9 10 11 13 17 18 19'