Points:
100 (p)
Time limit:
0.2s
Memory limit:
256M
Input:
stdin
Output:
stdout
Cho 2 số nguyên a, b. Tính hiệu a-b
Input:
2 số nguyên \(a,b (|a|,|b| ≤ 10^{100000})\)
Output:
In ra hiệu a-b
Sample Input
-3
-4
Sample Output
1
Comments