QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#535403#8071. Ribbon RoadHuangHanShengWA 0ms3680kbC++201.3kb2024-08-28 00:53:012024-08-28 00:53:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

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

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

input:

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

output:

?

result:

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