QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#112015#3881. Fighting Monsterslmq26052003WA 3ms5660kbC++20808b2023-06-09 14:55:182023-06-09 14:55:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 5544kb

input:

4
1 12 67 8

output:

impossible

result:

ok impossible

Test #2:

score: 0
Accepted
time: 0ms
memory: 3604kb

input:

5
1 1 12 67 8

output:

1 2

result:

ok good solution

Test #3:

score: -100
Wrong Answer
time: 3ms
memory: 5660kb

input:

6
1 5 6 7 90 8

output:

6 2

result:

wrong answer wrong solution