Points:
100 (p)
Time limit:
1.0s
Memory limit:
1G
Input:
stdin
Output:
stdout
Nhập vào hai số \(A\) và \(B\), in ra giá trị của phép tính \(A + B + A \times B\).
Input
- Một dòng duy nhất chứa hai số \(A, B\) \((A, B \leq 1000)\). Các số cách nhau bởi dấu cách.
Output
- In ra một số là kết quả bài toán.
Example
Test 1
Input
5 10
Output
65
Test 2
Input
1 2
Output
5
Comments