a plus b

View as PDF

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

Cho \(2\) số nguyên \(a\)\(b\). Tính \(a + b\).

Input

  • Gồm một dòng chứa hai số nguyên dương \(a\)\(b\) \((0 < a, b < 10^{12})\), cách bởi một dấu cách.

Output

  • Gồm một dòng chứa một số nguyên là tổng \(a + b\).

Example

Test 1

Input
3 4
Output
7

Comments

There are no comments at the moment.