#1. A+B Problem

A+B Problem

这是一道简单的 A+B 题目。

编写一个程序,从标准输入读取两个整数,并将它们的和输出到标准输出。

image