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