信息学奥赛一本通 1006:A+B问题

刷题目录

#include<cstdio>
using namespace std;
int main()
{
	int a,b,c;
	scanf("%d%d",&a,&b);
	c=a+b;
	printf("%d",c);
	return 0;
}
posted @ 2020-11-30 18:52  榴恋666  阅读(200)  评论(0编辑  收藏  举报