QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#296872#5414. Stop, Yesterday Please No MoreZhaoZiLongWA 0ms35300kbC++173.4kb2024-01-03 18:47:042024-01-03 18:47:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
4 5 3
ULDDRR
4 5 0
UUUUUUU
4 5 10
UUUUUUU

output:

1 2 2 1 0 
2 4 4 2 0 
2 4 5 3 1 
1 2 3 2 1 
2
20
0

result:

wrong answer 1st numbers differ - expected: '2', found: '1'