QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#535238#8071. Ribbon RoadHuangHanShengWA 1ms5736kbC++201.9kb2024-08-27 22:07:452024-08-27 22:07:45

詳細信息

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'