QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#505150#1647. Divisible by 3MaMengQiRE 100ms53620kbJava111.2kb2024-08-04 20:47:422024-08-04 20:47:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 100ms
memory: 53400kb

input:

3
5 23 2021

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 86ms
memory: 53620kb

input:

5
0 0 1 3 3

output:

15

result:

ok single line: '15'

Test #3:

score: 0
Accepted
time: 94ms
memory: 53184kb

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: 84ms
memory: 53592kb

input:

1
901418150

output:

1

result:

ok single line: '1'

Test #5:

score: -100
Runtime Error

input:

2
373642622 952441803

output:


result: