文章
23
粉丝
234
获赞
43
访问
174.6k
#include<stdio.h> int main(){ int a,b; scanf("%d %d",&a, &b); printf("%d\n",a+b); return 0; }
登录后发布评论
暂无评论,来抢沙发