摘要: 【入门1】顺序结构 P1001 A+B Problem #include <stdio.h> int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d\n",a+b); return 0; } P1000 超级玛丽游戏 #include <stdio 阅读全文
posted @ 2020-07-12 21:07 subeiLY 阅读(235) 评论(0) 推荐(0) 编辑