#include <iostream> using namespace std; int main() { unsigned int a,b,c,d; long int e; scanf("%d.%d.%d.%d%lld",&a,&b,&c,&d,&e); cout<<(a<<24)+(b...