QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#317803#5380. Bell Ringinglmq26052003WA 0ms3572kbC++20869b2024-01-29 19:01:572024-01-29 19:01:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2

output:

1 2 
2 1 

result:

ok Thank you for your great code. It was fantastic.

Test #2:

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

input:

3

output:

1 2 3 
1 3 2 
3 1 2 
3 1 2 
1 3 2 
1 2 3 

result:

wrong answer Some permutations are missing