QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#213233 | #6431. Oops, It's Yesterday Twice More | MaMengQi | WA | 0ms | 3676kb | C++20 | 210b | 2023-10-14 13:16:29 | 2023-10-14 13:16:30 |
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: 3560kb
input:
3 3 3
output:
RDRD
result:
ok n=3, x=3, y=3
Test #2:
score: 0
Accepted
time: 0ms
memory: 3676kb
input:
4 3 2
output:
RDRDRDULL
result:
ok n=4, x=3, y=2
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3592kb
input:
2 1 1
output:
RDUL
result:
wrong answer Too long.