Nhập xuất #3

View as PDF



Author:
Problem types
Points: 800 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập vào hai số \(A\)\(B\), in ra giá trị của phép tính \(A + B + A \times B\)

Input

  • Hai số \(A, B\) \((A, B \leq 1000)\)

Output

  • Kết quả bài toán

Example

Test 1
Input
5 10
Output
65
Test 2
Input
1 2
Output
5

Comments (15)

Most recent
Loading comments...