摘要:
新建项branch.c 1.if 将branch.c最后一个main方法的名改为main12 添加stdbool.h里的true #include <stdio.h> #include <stdbool.h> int main(void) { int a = 1; if (true) { print 阅读全文
posted @ 2025-07-31 20:36
基础狗
阅读(6)
评论(0)
推荐(0)
摘要:
新建项loop.c 1.while 将branch.c最后一个main方法的名改为main23 #include <stdio.h> int main(void) { int num = 0, sum = 0; while (num < 100) { sum += num; num++; } pri 阅读全文
posted @ 2025-07-31 20:36
基础狗
阅读(4)
评论(0)
推荐(0)
摘要:
原文链接:https://blog.csdn.net/a18845594188/article/details/130858443 安装termux 官方网站:https://termux.dev/cn/ github项目地址:https://github.com/termux/termux-app 阅读全文
posted @ 2025-07-31 20:30
基础狗
阅读(540)
评论(0)
推荐(0)

浙公网安备 33010602011771号