QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#377711#2937. CIDRZhaoZiLongWA 1ms3656kbC++201.3kb2024-04-05 16:56:172024-04-05 16:56:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 1ms
memory: 3656kb

input:

5
10.0.0.1
10.0.0.24
10.0.0.8
10.1.0.1
10.0.0.16

output:

28

result:

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