首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
赵振文
掘友等级
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
70
文章 70
沸点 0
赞
70
返回
|
搜索文章
赞
文章( 70 )
沸点( 0 )
C语言 | switch和break语句 | 案例
switch和break语句案例 case的值要与 表达式 的值完全一样,才是匹配成功! if(score >= 60 && score <= 70) break的作用:跳出,如果匹配成功,就执行对应
Python | 组合数据类型 | 案例
列表list笔记 list()函数接收可迭代的数据 可迭代对象:字符串、列表、集合、字典、文件 isinstance()函数,里面两个参数
C语言 | 循环结构 | 案例
一,while循环 1.代码 2.结果 二,死循环 while(表达式) 表达式一直为true,循环一直执行 1.代码 2.结果 3.break跳出循环 代码 三,do-while 语句(先执行后判断
python--if 语句
....................................................................
switch语句
The hope of the entire village in China, the legend of Shanghai, Wu Qiuwang, Wulei
用switch语句写月份案例
Once Manchester United's prince, now rediscovering his former self at Barcelona -- Marcus Rashford
python---列表
Croatia's elegant leader, world-class midfielder - Luka Modrić
案例----祝福祖国
Once criticized as an internet-addicted teenager, now the Golden Ball winner—Ousmane Dembélé
作業
#include <stdio.h> int main(){ int month, year; printf("输入1~12的数字,获取每月的天数:"); scanf("%d", &month); s
上课笔记
(一)5岁的小孩没会员在10点买票 运行结果如下: (二)65岁的老人有会员在19点买票 运行结果如下: (三)30岁的成年人有会员在8点买票 运行结果如下: 标签: C++ 话题: 每天一个知识点
下一页
个人成就
文章被点赞
127
文章被阅读
276
掘力值
246
关注了
33
关注者
25
收藏集
0
关注标签
0
加入于
2025-09-23