Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 678 Bytes

File metadata and controls

43 lines (20 loc) · 678 Bytes

Kattis\A Different Problem

Description

Write a program that computes the difference between non-negative integers.

Input

Each line of the input consists of a pair of integers. Each integer is between 0 and 1015 (inclusive). The input is terminated by end of file.

Output

For each pair of integers in the input, output one line, containing the absolute value of their difference.

Sample Input/Output

Input Output
10 12
71293781758123 72784
1 12345677654321
2
71293781685339
12345677654320