QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#535414 | #8071. Ribbon Road | ZhaoZiLong | WA | 0ms | 3676kb | C++20 | 1.3kb | 2024-08-28 01:05:24 | 2024-08-28 01:05:24 |
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: 0ms
memory: 3672kb
input:
4 0 0 2 0 2 2 0 2 1 0 1 1
output:
inside
result:
ok single line: 'inside'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3676kb
input:
4 0 0 0 2 2 2 2 0 1 0 -1 0
output:
?
result:
ok single line: '?'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
4 0 0 5 0 5 5 0 5 4 0 1 0
output:
?
result:
ok single line: '?'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3588kb
input:
4 0 0 2 0 2 2 0 2 0 0 1 1
output:
?
result:
wrong answer 1st lines differ - expected: 'inside', found: '?'