游客 Signup | Login
中文 | En

3363 - a+b问题

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

现在有两个实数,分别是A和B。计算它们的和A+B。

Input


<span style="line-height:1.5;">两个整数a,b (0&lt;=a,b&lt;=10)</span> 

<br />

Output

a+b的值

Examples

Input Format

1 2

Output Format

3