Problem D: 1-输入输出-A-B

Problem D: 1-输入输出-A-B

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 143  Solved: 134
[Submit] [Status] [Web Board] [Creator:]

Description

读入两个整数,输出其差

Input

每个整数和每对整数的运算结果都不会超过±2^31。

Output

输出前者减去后者的差。以回车结束。

Sample Input

5 7

Sample Output

-2

[Submit][Status]