QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#36267#1956. Find The HouseZhangYiDeWA 2ms3548kbC++11308b2022-06-27 09:52:352022-06-27 09:52:36

Details

Tip: Click on the bar to expand more detailed information

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'