QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#879555 | #7655. DnD Dice | ucup-team5957# | WA | 1ms | 3584kb | C++20 | 672b | 2025-02-02 05:59:47 | 2025-02-02 05:59:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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