Tổng hiệu

View as PDF



Problem type
Points: 100 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Input

  • Dòng thứ nhất chứa số \(A + B\).
  • Dòng thứ hai chứa số \(A − B\).

Output

  • Dòng thứ nhất ghi \(A\);
  • Dòng thứ hai ghi \(B\).

Example

Test 1

Input
0
-200 
Output
-100
100

Comments