QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#620859#1093. Bookcase Solidity UnitedcarrotqqWA 77ms3840kbC++14997b2024-10-07 21:51:532024-10-07 21:51:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 38ms
memory: 3840kb

input:

3
8 1 2

output:

8 8 8 

result:

ok 3 number(s): "8 8 8"

Test #2:

score: -100
Wrong Answer
time: 77ms
memory: 3808kb

input:

5
10 3 3 8 4

output:

10 10 11 17 18 

result:

wrong answer 5th numbers differ - expected: '17', found: '18'