QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#408178#5723. Carny Magicianlmq26052003WA 99ms1956884kbC++172.4kb2024-05-09 19:32:162024-05-09 19:32:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 84ms
memory: 1956644kb

input:

3 1 1

output:

1 3 2 

result:

ok single line: '1 3 2 '

Test #2:

score: 0
Accepted
time: 55ms
memory: 1956632kb

input:

3 2 1

output:

-1

result:

ok single line: '-1'

Test #3:

score: 0
Accepted
time: 99ms
memory: 1956884kb

input:

5 3 7

output:

2 1 3 4 5 

result:

ok single line: '2 1 3 4 5 '

Test #4:

score: -100
Wrong Answer
time: 43ms
memory: 1956712kb

input:

49 2 531768966090517377

output:

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 28 29 42 36 35 31 40 47 34 39 43 37 49 30 41 45 32 38 44 48 33 46 

result:

wrong answer 1st lines differ - expected: '1 2 4 3 6 5 8 7 10 9 12 11 14 ...7 42 45 35 36 48 49 29 34 43 39', found: '2 3 4 5 6 7 8 9 10 11 12 13 14... 49 30 41 45 32 38 44 48 33 46 '