QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#112908#3523. Keeping the Dogs Outlmq26052003WA 116ms3636kbC++201.2kb2023-06-15 10:36:382023-06-15 10:36:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
21 3 3

output:

9 9

result:

ok single line: '9 9'

Test #2:

score: 0
Accepted
time: 116ms
memory: 3508kb

input:

2
0 3 2

output:

impossible

result:

ok single line: 'impossible'

Test #3:

score: -100
Wrong Answer
time: 116ms
memory: 3508kb

input:

0
1

output:

impossible

result:

wrong answer 1st lines differ - expected: '1 1', found: 'impossible'