QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#387269#7778. Turning Permutationucup-team905WA 1ms3788kbC++202.0kb2024-04-12 11:26:212024-04-12 11:26:21

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3788kb

input:

3 2

output:

2 1 3 

result:

ok 3 number(s): "2 1 3"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3560kb

input:

3 5

output:

-1

result:

ok 1 number(s): "-1"

Test #3:

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

input:

4 6

output:

2 1 4 3 

result:

wrong answer 1st numbers differ - expected: '3', found: '2'