摘要: 、 随机打印“hi, April~”十次! static可保留上次函数调用返回的值 include <stdio.h> long long func(int n); // 函数声明 int main() { int n; long long f; while (scanf("%d", &n) != 阅读全文
posted @ 2024-04-28 21:21 202383310033孙卓航 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 练习一: line15是在1~65的范围内随机取数 这个程序生成202383310001~202383310065之间的学号 练习二: include <stdio.h> int main() { char color; while(scanf(" %c",&color)!=EOF){ switch 阅读全文
posted @ 2024-04-14 21:53 202383310033孙卓航 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2024.cnblogs.com/blog/3405757/202403/3405757-20240317103159614-1835369859.png) ![](https://img2024.cnblogs.com/blog/3405757/202403/3405757-20240317103220492-124531883.png) ![](https://i 阅读全文
posted @ 2024-03-17 10:34 202383310033孙卓航 阅读(8) 评论(1) 推荐(0) 编辑