QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#79101#2937. CIDRHuangHanShengRE 8ms8060kbPython3715b2023-02-20 04:02:182023-02-20 04:02:20

詳細信息

Test #1:

score: 100
Accepted
time: 8ms
memory: 8016kb

input:

4
10.0.0.1
10.0.0.24
10.0.0.8
10.0.0.16

output:

27

result:

ok single line: '27'

Test #2:

score: 0
Accepted
time: 6ms
memory: 8004kb

input:

5
10.0.0.1
10.0.0.24
10.0.0.8
10.1.0.1
10.0.0.16

output:

15

result:

ok single line: '15'

Test #3:

score: 0
Accepted
time: 4ms
memory: 8060kb

input:

2
127.0.0.1
127.0.0.53

output:

26

result:

ok single line: '26'

Test #4:

score: -100
Runtime Error

input:

3
0.0.0.128
0.0.0.3
0.0.128.5

output:


result: