QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#642484#1647. Divisible by 3ZhangYiDeWA 1ms3624kbC++201.7kb2024-10-15 14:32:002024-10-15 14:32:04

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3524kb

input:

3
5 23 2021

output:

4

result:

ok single line: '4'

Test #2:

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

input:

5
0 0 1 3 3

output:

15

result:

ok single line: '15'

Test #3:

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

input:

10
0 1 2 3 4 5 6 7 8 9

output:

20

result:

ok single line: '20'

Test #4:

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

input:

1
901418150

output:

1

result:

ok single line: '1'

Test #5:

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

input:

2
373642622 952441803

output:

2

result:

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