QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#347791#8071. Ribbon RoadHuangHanShengWA 0ms1596kbC++201.3kb2024-03-09 15:27:342024-03-09 15:27:36

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 1496kb

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: 1560kb

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: 1528kb

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: 0ms
memory: 1444kb

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: 0ms
memory: 1464kb

input:

4
0 0
2 0
2 2
0 2
0 0 -1 -1

output:

outside

result:

ok single line: 'outside'

Test #6:

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

input:

4
0 0
1 0
1 1
0 1
0 0 1 -1

output:

?

result:

ok single line: '?'

Test #7:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 3 4

output:

?

result:

ok single line: '?'

Test #8:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 2 5

output:

?

result:

ok single line: '?'

Test #9:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 3 5

output:

?

result:

ok single line: '?'

Test #10:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 1 5

output:

outside

result:

ok single line: 'outside'

Test #11:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 2 3

output:

?

result:

ok single line: '?'

Test #12:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 3 3

output:

inside

result:

ok single line: 'inside'

Test #13:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 1 3

output:

?

result:

ok single line: '?'

Test #14:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 4 1 4

output:

?

result:

ok single line: '?'

Test #15:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
1 4 3 3

output:

inside

result:

ok single line: 'inside'

Test #16:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
5 4 3 3

output:

outside

result:

ok single line: 'outside'

Test #17:

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

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 5 3 3

output:

inside

result:

ok single line: 'inside'

Test #18:

score: -100
Wrong Answer
time: 0ms
memory: 1548kb

input:

10
0 4
2 4
2 6
6 6
6 4
4 4
4 2
2 2
2 0
0 0
2 1 3 3

output:

inside

result:

wrong answer 1st lines differ - expected: 'outside', found: 'inside'