Subtraction
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the difference of two nonnegative integers a and b.
Input
Two nonnegative integers a and b (b ≤ a ≤ 10^10000
), each in the separate line.
Output
Print the difference between a and b.
Examples
Input #1
Answer #1
Submissions 13K
Acceptance rate 27%