QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#199588 | #6431. Oops, It's Yesterday Twice More | ZhaoZiLong | WA | 1ms | 3416kb | C++20 | 417b | 2023-10-04 13:12:08 | 2023-10-04 13:12:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3384kb
input:
3 3 3
output:
DDRR
result:
ok n=3, x=3, y=3
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3416kb
input:
4 3 2
output:
DDR
result:
wrong answer Failed