Submit solution
Points:
0.10
Time limit:
0.1s
Memory limit:
64M
Input:
stdin
Output:
stdout
Author:
Problem type
Input
Đầu vào chứa 2 số nguyên duy nhất là ~a~, ~b~ (~1 ≤ a, b ≤ 10^{18}~).
Output
Đầu ra là một số nguyên.
Examples
Input
2 13
Output
33
Input
100 700
Output
107
Comments