eolymp
bolt
Try our new interface for solving problems
Problems

Subtraction

Subtraction

Time limit 1 second
Memory limit 128 MiB

Find the difference of two nonnegative integers a and b.

Input data

Two nonnegative integers a and b (ba10^10000), each in the separate line.

Output data

Print the difference between a and b.

Examples

Input example #1
5
3
Output example #1
2