上一页 1 ··· 199 200 201 202 203 204 205 206 207 ··· 345 下一页
摘要: #include using namespace std;int main() { int i =5; ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: #include using namespace std;int main() { int i =5; ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(10) 评论(0) 推荐(0)
摘要: typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。 区别在于: 若struct node{ }... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(60) 评论(0) 推荐(0)
摘要: typedef是类型定义的意思。typedef struct 是为了使用这个结构体方便。 区别在于: 若struct node{ }... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(49) 评论(0) 推荐(0)
摘要: #include #include struct AGE{ int year; int month; int day;};struc... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: #include #include struct AGE{ int year; int month; int day;};struc... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(9) 评论(0) 推荐(0)
摘要: /*统计候选人的选票,有三个候选人,一共有十个候选人,输出每个人的票数* * */#include#include#define ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(19) 评论(0) 推荐(0)
摘要: /*统计候选人的选票,有三个候选人,一共有十个候选人,输出每个人的票数* * */#include#include#define ... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(27) 评论(0) 推荐(0)
摘要: 在c语言中读取字符串有多种方法,比如scanf() 配合%s使用,但是这种方法只能获取一个单词,即遇到空格等空字符就会返回。如果要读... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(118) 评论(0) 推荐(0)
摘要: 在c语言中读取字符串有多种方法,比如scanf() 配合%s使用,但是这种方法只能获取一个单词,即遇到空格等空字符就会返回。如果要读... 阅读全文
posted @ 2022-08-19 22:50 luoganttcc 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 199 200 201 202 203 204 205 206 207 ··· 345 下一页