Difference of two integers
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program will receive two integers as input, each on its own line. Your task is to output the difference between the first and the second integer.
Input
Two integers, each provided on a separate line.
Output
The difference between the two integers.
Examples
Input #1
Answer #1
Submissions 20K
Acceptance rate 62%