QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#320462 | #8212. Football in Osijek | ucup-team2450# | WA | 0ms | 3904kb | C++20 | 5.2kb | 2024-02-03 17:08:19 | 2024-02-03 17:08:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3664kb
input:
5 2 3 1 3 5
output:
0 1 0 0 1
result:
ok 5 number(s): "0 1 0 0 1"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3724kb
input:
1 1
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3900kb
input:
2 2 2
output:
0 0
result:
ok 2 number(s): "0 0"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
10 4 7 2 8 4 3 4 9 7 3
output:
1 1 1 0 0 0 0 1 2 3
result:
ok 10 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
10 8 7 4 8 3 4 2 5 3 7
output:
1 0 0 0 0 1 1 1 2 3
result:
ok 10 numbers
Test #6:
score: 0
Accepted
time: 0ms
memory: 3896kb
input:
10 7 1 4 1 6 1 1 10 5 7
output:
1 0 0 0 0 1 1 2 2 3
result:
ok 10 numbers
Test #7:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
10 5 6 1 3 6 4 3 9 3 2
output:
1 1 1 1 0 0 0 1 1 2
result:
ok 10 numbers
Test #8:
score: 0
Accepted
time: 0ms
memory: 3660kb
input:
10 10 4 3 6 5 10 7 5 6 6
output:
0 0 0 0 1 1 2 3 4 5
result:
ok 10 numbers
Test #9:
score: 0
Accepted
time: 0ms
memory: 3904kb
input:
10 10 9 10 10 8 3 5 10 2 5
output:
1 0 0 0 0 1 1 2 3 4
result:
ok 10 numbers
Test #10:
score: -100
Wrong Answer
time: 0ms
memory: 3724kb
input:
10 1 9 7 6 2 4 7 8 1 3
output:
0 0 0 0 1 1 2 3 4 1000000007
result:
wrong answer 7th numbers differ - expected: '1', found: '2'