P1001 A+B Problem

此题过水,不写解析。

#include<iostream>
using namespace std;
int main()
{
	int a,b,c;
	cin>>a>>b;
	c=a+b;
	cout<<c;
	return 0;
}
posted @ 2020-07-05 16:05  柠月与梦  阅读(128)  评论(0编辑  收藏  举报