QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#91226#4219. InsectsQiulyWA 2ms22448kbC++144.6kb2023-03-27 19:58:382023-03-27 19:58:40

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 22376kb

input:

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

output:

1
2
2
3

result:

ok 4 number(s): "1 2 2 3"

Test #2:

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

input:

9
22 44
7 6
10 48
46 20
21 35
33 16
36 41
29 4
45 22
7
46 39
44 32
1 48
43 19
28 34
8 48
15 18

output:

1
2
2
3
3
3
4

result:

wrong answer 5th numbers differ - expected: '4', found: '3'