#include"stdio.h"main(){ int a,b,c;scanf("%d%d",&a,&b); c=a+b; printf("c=%d\n",c);}
posted on 2018-09-26 13:58 大锤a 阅读(122) 评论(0) 收藏 举报