QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#402011#7751. Palindrome PathZhangYiDeRE 4ms17228kbC++172.1kb2024-04-29 19:06:152024-04-29 19:06:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 17228kb

input:

2 2
11
11
1 1 2 2

output:

RDLRULUULURLDR

result:

ok Valid Solution (Length = 14).

Test #2:

score: 0
Accepted
time: 1ms
memory: 5604kb

input:

2 2
10
01
1 1 2 2

output:

-1

result:

ok No Solution.

Test #3:

score: -100
Runtime Error

input:

1 1
1
1 1 1 1

output:


result: