QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#535238 | #8071. Ribbon Road | HuangHanSheng | WA | 1ms | 5736kb | C++20 | 1.9kb | 2024-08-27 22:07:45 | 2024-08-27 22:07:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5712kb
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: 1ms
memory: 5672kb
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: 1ms
memory: 5588kb
input:
4 0 0 5 0 5 5 0 5 4 0 1 0
output:
?
result:
ok single line: '?'
Test #4:
score: 0
Accepted
time: 1ms
memory: 5588kb
input:
4 0 0 2 0 2 2 0 2 0 0 1 1
output:
inside
result:
ok single line: 'inside'
Test #5:
score: 0
Accepted
time: 1ms
memory: 5736kb
input:
4 0 0 2 0 2 2 0 2 0 0 -1 -1
output:
outside
result:
ok single line: 'outside'
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 5544kb
input:
4 0 0 1 0 1 1 0 1 0 0 1 -1
output:
outside
result:
wrong answer 1st lines differ - expected: '?', found: 'outside'