QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#317800#5380. Bell Ringinglmq26052003WA 0ms3864kbC++20719b2024-01-29 18:55:482024-01-29 18:55:48

详细

Test #1:

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

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: 3864kb

input:

3

output:

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

result:

wrong answer Permutations are not 1 step away from each other