QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#856199 | #9828. Eight-Shaped Figures | dXqwq# | WA | 1ms | 3840kb | C++23 | 3.1kb | 2025-01-13 18:12:42 | 2025-01-13 18:12:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3840kb
input:
2 5 1 1 1 1 3 1 3 1 1 3 3 1 6 7 4 6 -3 0 3 -2 0 2 -1 0 1 1 0 1 2 0 2 3 0 3
output:
5 9
result:
ok 2 number(s): "5 9"
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3840kb
input:
10 2 -7 -6 5 3 -8 1 2 -9 8 1 -6 -7 4 8 7 -2 2 -7 10 2 -2 -9 3 -7 -9 2 4 9 5 6 -8 4 -9 -3 2 3 -1 1 8 -2 10 1 -10 -4 3 0 1 5 -5 10 1 -1 -6 1 -5 -9 3 5 10 1 6 -10 1 6 -3 9 4 7 9 3 -10 -10 4 7 9 4 -5 9 2 3 5 1 7 5 -8 4 -7 9 4 6 -7 1 5 5 1 -8 -2 1 5 -1 1 1 10 1 26 -3 10 5 -10 -5 2 4 -3 1 7 7 3 0 9 1 -2 -...
output:
0 0 1 0 0 0 2 0 3 0
result:
wrong answer 9th numbers differ - expected: '4', found: '3'