QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#377645 | #2937. CIDR | MaMengQi | WA | 15ms | 34868kb | C++20 | 948b | 2024-04-05 16:20:17 | 2024-04-05 16:20:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 7ms
memory: 34868kb
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: 15ms
memory: 34860kb
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'