QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#523151#8527. Power Divisionsucup-team4538#WA 0ms15084kbC++233.0kb2024-08-17 21:12:032024-08-17 21:12:03

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 15084kb

input:

5
2 0 0 1 1

output:

6

result:

ok 1 number(s): "6"

Test #2:

score: 0
Accepted
time: 0ms
memory: 12940kb

input:

1
0

output:

1

result:

ok 1 number(s): "1"

Test #3:

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

input:

2
1 1

output:

1

result:

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