QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#355868 | #6431. Oops, It's Yesterday Twice More | Diaosi | WA | 1ms | 3792kb | C++17 | 1.0kb | 2024-03-17 12:40:03 | 2024-03-17 12:40:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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.