自己用类写的,感觉没有第二版好,可以看一下。 摘要:```cpp#includeusing namespace std;class Shijian{ private: int year; int month…… 题解列表 2025年08月25日 0 点赞 0 评论 178 浏览 评分:0.0
编写题解 1621: 蓝桥杯算法训练VIP-字符串编辑(每一行都有注释,一看就懂) 摘要: #include #include // 函数功能:删除字符串中第一个出现的字符a // 参数:str[]:要操作的字符串,a:要删除的目标字符 // …… 题解列表 2025年08月26日 0 点赞 0 评论 170 浏览 评分:0.0
编写题解 1728: 字符串的查找删除(注释十分详细,一看就懂) 摘要: #include #include #include //用于大小写字母转换函数,tolower(),toupper() // 从字符串str的p…… 题解列表 2025年08月26日 0 点赞 0 评论 179 浏览 评分:0.0
2024: 链表删除练习 摘要:#include<stdio.h>#include<stdlib.h>//创建结点类型typedef struct Node{ int data;&n…… 题解列表 2025年08月28日 0 点赞 0 评论 82 浏览 评分:0.0
1771: [编程入门]链表之节点删除 :自己记录 摘要:#include<stdio.h>#include<stdlib.h>//创建结点类型typedef struct Node{ int id;&nbs…… 题解列表 2025年08月28日 0 点赞 0 评论 101 浏览 评分:0.0
编写题解 1826: 蓝桥杯2015年第六届真题-切开字符串(注释清晰 一看就懂) 摘要: #include #include #include // 全局变量定义 char str[100001]; // 存储输…… 题解列表 2025年08月29日 0 点赞 0 评论 119 浏览 评分:0.0
ASCLL码的理解与运用 摘要:不知道$$ASCLL$$码的可以戳这里:[ASCLL码](https://baike.baidu.com/item/ASCII/309296 "ASCLL码")这道题先求字符串的长度,然后遍历字符…… 题解列表 2025年08月30日 0 点赞 0 评论 148 浏览 评分:0.0
编写题解 1054: 二级C语言-计算素数和 摘要:解题思路:注意事项:参考代码:#define_CRT_SECURE_NO_WARNINGS1#include<stdio.h>#include&…… 题解列表 2025年08月30日 0 点赞 0 评论 195 浏览 评分:0.0
编写题解 1084: 用筛法求之N内的素数 摘要:解题思路:注意事项:参考代码:#define_CRT_SECURE_NO_WARNINGS1#include<stdio.h>#definema…… 题解列表 2025年08月30日 0 点赞 0 评论 244 浏览 评分:0.0
编写题解 1139: C语言训练-求素数问题 摘要:解题思路:注意事项:参考代码:#define_CRT_SECURE_NO_WARNINGS1#include<stdio.h>#definema…… 题解列表 2025年08月30日 0 点赞 0 评论 293 浏览 评分:0.0