QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#394431#7751. Palindrome PathGuanYunchangWA 0ms3648kbC++202.9kb2024-04-20 14:44:012024-04-20 14:44:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3648kb

input:

2 2
11
11
1 1 2 2

output:

1 1 1 2
1 2 2 2
2 2 2 1
2 1 2 2
2 2 1 2
1 2 1 1
1 1 1 1
1 1 1 2
1 2 2 2
RDUUDDUURLDURDUDURLDUURDUUDDUUUUDDUUDRUUDLRUDUDRUDLRUUDDUUDR

result:

wrong answer Line [name=User Output] equals to "1 1 1 2", doesn't correspond to pattern "-1|[LRUD]{0,1000000}"