QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#38705#1459. Face Recognition AlgorithmZhaoZiLongWA 1ms1812kbC++20904b2022-07-07 10:30:252022-07-07 10:30:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 1736kb

input:

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

output:

YES

result:

ok answer is YES

Test #2:

score: 0
Accepted
time: 1ms
memory: 1796kb

input:

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

output:

NO

result:

ok answer is NO

Test #3:

score: 0
Accepted
time: 1ms
memory: 1812kb

input:

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

output:

YES

result:

ok answer is YES

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 1808kb

input:

4 5
0 0
2 0
1 1
0 2
1 2
1 3
1 4
2 3
3 4

output:

YES

result:

wrong answer expected NO, found YES