0 #P1000. A+B Problem

A+B Problem

Description

输入两个数字,输出它们之和

Input Format

一行两个数字 $A,B(0\leq A,B< 100)$

Output Format

输出这两个数字之和

1 2
3