QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#395766#7751. Palindrome Pathucup-team3057#WA 0ms3600kbC++174.9kb2024-04-21 18:21:152024-04-21 18:21:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3576kb

input:

2 2
11
11
1 1 2 2

output:

DRUDLUDURULDUUDLURUDULDURD

result:

ok Valid Solution (Length = 26).

Test #2:

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

input:

2 2
10
01
1 1 2 2

output:

-1

result:

ok No Solution.

Test #3:

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

input:

1 1
1
1 1 1 1

output:


result:

ok Valid Solution (Length = 0).

Test #4:

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

input:

5 4
1111
1111
1111
1111
1111
4 2 4 2

output:

ULDDRRUUDDLLUURDDRUULLDDUURRDDLU

result:

wrong answer (1,1) Not Visited