yes
Time Limit: 2 seconds
Memory Limit: 128 MB
Rating: 800
Problem StatementGiven two integers $A$ and $B$, output $A-B$.
InputThe input consists of a single line containing two integers $A$ and $B$ ( $-10^9 \le A, B \le 10^9$ ).
OutputOutput a single integer - the difference of $A$ and $B$.
Sample CasesSample Input 1: 9 8 Sample Output 1: 1 Sample Input 2: -10000 1000 Sample Output 2: -11000Explanation
Not available for this problem.
Sourcesadmin@ian@
Submit | Back