蓝桥杯训练A+B

#include<stdio.h>
int main()
{
int A,B;
scanf("%d%d",&A,&B);
printf("%d\n",A+B);
return 0;
}

posted @ 2019-02-18 11:40  于云震  阅读(125)  评论(0)    收藏  举报