Problem Description
Write a program that takes two integer numbers and find the distance between them.Input
Sequence of two numbers that fits in 4 byte integer in a computer in each line separated by whitespace character.
Output
Distance between each pair in each line.
Sample input
1 25 7
Sample Output
12
No comments:
Post a Comment