QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#377576 | #2937. CIDR | ZhangYiDe | WA | 11ms | 34904kb | C++20 | 928b | 2024-04-05 15:26:53 | 2024-04-05 15:26:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 11ms
memory: 34904kb
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: 3ms
memory: 34856kb
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'