QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#36267#1956. Find The HouseZhangYiDeWA 2ms3548kbC++11308b2022-06-27 09:52:352022-06-27 09:52:36

詳細信息

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'