QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#429995#2070. Heavy StonescWA 0ms3568kbC++201.1kb2024-06-03 09:50:542024-06-03 09:50:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
2 1 3 5 4

output:

35 35 36 43 49 

result:

ok single line: '35 35 36 43 49 '

Test #2:

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

input:

10
18 37 81 6 58 99 87 34 75 9

output:

2637 2637 2657 2695 2695 2949 2995 2905 2880 2880 

result:

wrong answer 1st lines differ - expected: '2637 2637 2657 2657 2695 2949 2995 2905 2880 2880', found: '2637 2637 2657 2695 2695 2949 2995 2905 2880 2880 '