1045: [编程入门]自定义函数之整数处理 摘要:_ueditor_page_break_tag_#include<stdio.h>void min(int *num){ int temp = num[0];&n…… 题解列表 2025年12月10日 0 点赞 0 评论 25 浏览 评分:0.0
1033: [编程入门]自定义函数之字符提取 摘要:#include<stdio.h>#include<string.h>voidfind_char(char*str,&n…… 题解列表 2025年12月10日 0 点赞 0 评论 35 浏览 评分:0.0
1044: [编程入门]三个字符串的排序 摘要:#include"stdio.h"#include"string.h"intmain(){&nb…… 题解列表 2025年12月10日 0 点赞 0 评论 35 浏览 评分:0.0
1010: [编程入门]利润计算 摘要:#include<stdio.h>intmain(){floatI,bonus;&nbs…… 题解列表 2025年12月10日 0 点赞 0 评论 37 浏览 评分:0.0
1011: [编程入门]最大公约数与最小公倍数 摘要:#include<stdio.h>intshu(inta,intb){intc,d,max,min;max=(a>b)?a…… 题解列表 2025年12月10日 0 点赞 0 评论 48 浏览 评分:0.0
1754: 字符串排序 摘要:#include<stdio.h>#include<string.h>#include<stdlib.h>#defi…… 题解列表 2025年12月10日 0 点赞 0 评论 29 浏览 评分:0.0
1049: [编程入门]结构体之时间设计 摘要:#include <stdio.h>#include <string.h>#include<math.h>#define PI 3.1415int main(){ …… 题解列表 2025年12月10日 0 点赞 0 评论 35 浏览 评分:0.0
1536: 蓝桥杯算法提高VIP-最长单词 摘要:#include<stdio.h>#include<string.h>#define N 200000char s[N];int main(){ in…… 题解列表 2025年12月10日 0 点赞 0 评论 31 浏览 评分:0.0
1493: 蓝桥杯算法提高VIP-任意年月日历输出 摘要:#include<stdio.h>inta[13]={0,31,28,31,30,31,30,31,31,30,31,30,31};int …… 题解列表 2025年12月10日 0 点赞 0 评论 34 浏览 评分:0.0
1051: [编程入门]结构体之成绩统计2 摘要:#include<stdio.h>typedefstructGrade{char…… 题解列表 2025年12月10日 0 点赞 0 评论 44 浏览 评分:0.0