QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#599921 | #6431. Oops, It's Yesterday Twice More | HuangHanSheng | WA | 0ms | 3824kb | C++20 | 2.9kb | 2024-09-29 13:11:59 | 2024-09-29 13:11:59 |
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: 3620kb
input:
3 3 3
output:
DDRR
result:
ok n=3, x=3, y=3
Test #2:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
4 3 2
output:
DDDRRRULL
result:
ok n=4, x=3, y=2
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3824kb
input:
2 1 1
output:
DRUL
result:
wrong answer Too long.