文章
64
粉丝
100
获赞
49
访问
45.1k
#include <stdio.h> int main() { int A,B; scanf("%d %d",&A,&B); printf("%d",A+B); return 0; }
登录后发布评论
暂无评论,来抢沙发