QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#516244#8212. Football in OsijekZhangYiDeWA 3ms36600kbC++172.0kb2024-08-12 15:02:142024-08-12 15:02:14

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 34500kb

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: 2ms
memory: 34536kb

input:

1
1

output:

0 

result:

ok 1 number(s): "0"

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 36600kb

input:

2
2 2

output:

1 1 

result:

wrong answer 1st numbers differ - expected: '0', found: '1'