QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879555#7655. DnD Diceucup-team5957#WA 1ms3584kbC++20672b2025-02-02 05:59:472025-02-02 05:59:48

詳細信息

Test #1:

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

input:

1 1 1 0 0

output:

10 11 9 12 8 13 7 14 6 15 5 16 4 17 3 18

result:

ok correct

Test #2:

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

input:

2 0 0 1 0

output:

11 12 10 13 9 14 8 15 7 16 6 17 5 18 4 19 3 20

result:

ok correct

Test #3:

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

input:

0 0 0 0 1

output:

10 11 9 12 8 13 7 14 6 15 5 16 4 17 3 18 2 19 1 20

result:

ok correct

Test #4:

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

input:

1 0 0 0 0

output:

2 3 1 4

result:

ok correct

Test #5:

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

input:

0 1 0 0 0

output:

3 4 2 5 1 6

result:

ok correct

Test #6:

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

input:

0 0 1 0 0

output:

4 5 3 6 2 7 1 8

result:

ok correct

Test #7:

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

input:

0 0 0 1 0

output:

6 7 5 8 4 9 3 10 2 11 1 12

result:

ok correct

Test #8:

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

input:

10 0 0 0 0

output:

25
 24 26 23 27 22 28 21 29 20 30 19 31 18 32 17 33 16 34 15 35 14 36 13 37 12 38 11 39 10 40

result:

wrong output format Unexpected character #10, but ' ' expected