ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#119045 | #1290. 子网掩码 | dongyinuo | 100 | 0ms | 1168kb | C++11 | 1.4kb | 2020-09-13 10:02:03 | 2020-09-13 12:32:24 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 1164kb
input:
192.168.0.1 255.255.255.0 3 192.168.0.2 192.168.0.254 192.168.1.2
output:
INNER INNER OUTER
result:
ok 3 lines
Test #2:
score: 25
Accepted
time: 0ms
memory: 1164kb
input:
192.168.1.1 255.255.255.0 3 192.168.0.2 192.168.0.254 192.168.1.2
output:
OUTER OUTER INNER
result:
ok 3 lines
Test #3:
score: 25
Accepted
time: 0ms
memory: 1168kb
input:
192.168.10.1 255.255.0.0 3 192.168.0.2 192.168.0.254 192.168.1.2
output:
INNER INNER INNER
result:
ok 3 lines
Test #4:
score: 25
Accepted
time: 0ms
memory: 1164kb
input:
192.168.0.1 255.255.255.128 3 192.168.0.2 192.168.0.254 192.168.172.2
output:
INNER OUTER OUTER
result:
ok 3 lines