xehoth / xehoth-blog-comment

0 stars 0 forks source link

A+B Problem | xehoth #240

Open xehoth opened 7 years ago

xehoth commented 7 years ago

https://blog.xehoth.cc/A-B-Problem/

A+B Problem题目背景新手入门。 题目描述计算两个整数的和。 输入格式输入只有一行,包括两个整数 a,ba, ba,b,每个整数之间用一个空格分隔。 输出格式输出只有一行,包含一个整数为 a+ba + ba+b 的计算结果。