QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522107 | #6431. Oops, It's Yesterday Twice More | GuanYunchang | WA | 0ms | 3876kb | C++23 | 785b | 2024-08-16 18:36:54 | 2024-08-16 18:36:55 |
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: 3876kb
input:
3 3 3
output:
DRDR
result:
ok n=3, x=3, y=3
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3652kb
input:
4 3 2
output:
DLDLDL
result:
wrong answer Failed