QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#51365 | #1956. Find The House | ZhangYiDe | WA | 3ms | 3620kb | C++20 | 1.2kb | 2022-10-02 11:45:02 | 2022-10-02 11:45:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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'