QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#792153#9428. Be PositiveZhangYiDeWA 0ms3640kbC++23591b2024-11-29 01:51:442024-11-29 01:51:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
1
2
3
4

output:

impossible
1 0 
1 0 2 
impossible

result:

ok 4 test cases (4 test cases)

Test #2:

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

input:

10
1
2
3
4
5
6
7
8
9
10

output:

impossible
1 0 
1 0 2 
impossible
1 0 3 2 4 
1 0 3 2 5 4 
1 0 3 2 5 4 6 
impossible
1 0 3 2 5 4 7 6 8 
1 0 3 2 5 4 7 6 9 8 

result:

wrong answer xor equals zero (test case 5)