QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#254504 | #8981. Kangaroo Puzzle | ucup-team1099# | WA | 0ms | 3752kb | C++20 | 3.4kb | 2023-11-18 13:11:20 | 2023-11-18 13:11:21 |
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: 0ms
memory: 3752kb
input:
4 4 1111 1001 1001 1110
output:
DDDRRLLUUURRRDDUULLL
result:
ok AC
Test #2:
score: 0
Accepted
time: 0ms
memory: 3732kb
input:
2 15 111111111111111 101010101010101
output:
DURRDURRDURRDURRDURRDURRDURRDULLLLLLLLLLLLLL
result:
ok AC
Test #3:
score: 0
Accepted
time: 0ms
memory: 3704kb
input:
1 2 11
output:
RL
result:
ok AC
Test #4:
score: 0
Accepted
time: 0ms
memory: 3680kb
input:
2 1 0 1
output:
result:
ok AC
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3676kb
input:
20 20 00000000000000000000 00000000000000000000 00000000000000000000 00000000000000010000 00000000000000010100 00000000000000111110 11001100000001101001 01110100111001000111 10011111101111001101 11110100110101001001 01000000001101011101 00000000000011010000 01000000000110010000 11100000001010110000 ...
output:
DDLDLDDLLLULLDLLLUULRDDLLULLULRDRRDDLLLUDRDURRURRDURRRDRLUURRDRDDLRUURRDDDLDLRDDDLLUUDLRDDLLUDLRRDDDLLLUUDLLULULULUUUDLRRLDDLDDDRDURLLUUURRDRDRDRRDRRRRRLLUUURURRDRRURUUUUURUURURRUDDDDUUULLDLDDRLLDDDLRDDRRDRRLLULLLDLLUURLUUURUUUUURURRDURUDRLLLUU
result:
wrong answer WA