QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#51365#1956. Find The HouseZhangYiDeWA 3ms3620kbC++201.2kb2022-10-02 11:45:022022-10-02 11:45:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3620kb

input:

4
3 R 4
-2 R 5
7 L 5
0 L 2
0

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3620kb

input:

5
10 L 7
1 R 4
-1 R 11
5 L 6
3 L 3
1

output:

0

result:

ok single line: '0'

Test #3:

score: -100
Wrong Answer
time: 3ms
memory: 3560kb

input:

1
100 L 123
100

output:

0

result:

wrong answer 1st lines differ - expected: '-23', found: '0'