摘要: 第一题 hello world include<stdio.h> int main() { printf("HELLO WORLD!") ; } 第二题 乘法表 #include<stdio.h> int main() { int n; scanf("%d",&n); for(int i=1;i<= 阅读全文
posted @ 2021-01-17 20:39 葳染 阅读(105) 评论(0) 推荐(0) 编辑