QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#39889#2838. 2D GeometryZhangYiDeWA 3ms3644kbC++17747b2022-07-14 17:29:582022-07-14 17:30:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 3644kb

input:

3
0 0
0 1
0 2
3
0 0
0 1
1 0
6
0 0
0 1
0 2
0 3
1 1
1 2

output:

3
3
0

result:

wrong answer 2nd lines differ - expected: '0', found: '3'