Count IP Addresses

Count IP Addresses

مساله:

پایگاه داده ای که شامل اولین و آخرین آدرس های IPV4 هست به شما داده می شود، تعداد آدرسهای بین آنها را محاسبه کنید.(اولی شامل می شود و آخری شامل نمی شود)

ورودی:

خروجی:

Description:

Given a database of first and last IPv4 addresses, calculate the number of addresses between them (including the first one, excluding the last one).

Input

Output:

All inputs will be valid IPv4 addresses in the form of strings. The last address will always be greater than the first one.

Examples


راه حل به صورت SQL:

SQL
SQL
SQL
SQL
SQL

Java
Java
Java
Java
Java

دیدگاهتان را بنویسید