QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#36267 | #1956. Find The House | ZhangYiDe | WA | 2ms | 3548kb | C++11 | 308b | 2022-06-27 09:52:35 | 2022-06-27 09:52:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 3548kb
input:
4 3 R 4 -2 R 5 7 L 5 0 L 2 0
output:
3 R 4 -2 R 5 7 L 5 0 L 2 2
result:
wrong answer 1st lines differ - expected: '2', found: '3 R 4'