QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#640031#2937. CIDRZhangYiDeWA 0ms3852kbC++20942b2024-10-14 01:58:472024-10-14 01:58:48

詳細信息

Test #1:

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

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: -100
Wrong Answer
time: 0ms
memory: 3616kb

input:

5
10.0.0.1
10.0.0.24
10.0.0.8
10.1.0.1
10.0.0.16

output:

26

result:

wrong answer 1st lines differ - expected: '15', found: '26'