QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#355868#6431. Oops, It's Yesterday Twice MoreDiaosiWA 1ms3792kbC++171.0kb2024-03-17 12:40:032024-03-17 12:40:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 3 3

output:

RRDD

result:

ok n=3, x=3, y=3

Test #2:

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

input:

4 3 2

output:

RRRDDDULL

result:

ok n=4, x=3, y=2

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3768kb

input:

2 1 1

output:

RDUL

result:

wrong answer Too long.