QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#219260#6680. HeapHuangHanShengWA 0ms3436kbC++14755b2023-10-19 10:23:262023-10-19 10:23:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3436kb

input:

3
4
2 3 1 4
4 1 3 2
5
4 5 1 2 3
3 4 1 5 2
3
1 1 2
2 1 1

output:

0101
Impossible
Impossible

result:

wrong answer 3rd lines differ - expected: '001', found: 'Impossible'