#1. A+B

A+B

Background

A + B

注意:此题需要用freopen去提交!!!

Description

输入两个数字,求出他们的和

Format

Input

a,b

Output

Samples

1 2
3

Limitation

1s, 1024KiB for each test case.