QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#286732#880. Film Criticsucup-team864#WA 1ms3488kbC++231.2kb2023-12-18 14:49:142023-12-18 14:49:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 10 30
10 5 3 1 3

output:

5 3 2 1 4 

result:

ok OK!

Test #2:

score: 0
Accepted
time: 1ms
memory: 3448kb

input:

5 5 20
5 3 3 3 3

output:

impossible

result:

ok OK!

Test #3:

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

input:

5 10 20
6 1 9 3 2

output:

impossible

result:

wrong answer Contestant printed 'impossible', but an answer existed.