QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#554311#7304. Coins 2ucup-team1005#WA 2ms3844kbC++201.7kb2024-09-09 10:12:142024-09-09 10:12:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0 1 2
3
0 2 3

output:

6
12

result:

ok 2 number(s): "6 12"

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3844kb

input:

1
0
15
1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000

output:

1
4035883009

result:

wrong answer 2nd numbers differ - expected: '120000000001', found: '4035883009'