蓝桥杯算法提高VIP-身份证排序 (C语言代码) 摘要:解题思路:数字拆分注意事项:0也要输出参考代码:#include <stdio.h> #include <stdlib.h> #include <math.h> typedef struct {…… 题解列表 2018年07月23日 0 点赞 0 评论 1874 浏览 评分:6.0
蓝桥杯算法提高VIP-身份证排序-题解(C语言代码) 摘要:```c #include #include #define M 100000 typedef struct { int q; int m; int h; }Sfz; …… 题解列表 2020年02月24日 0 点赞 0 评论 1314 浏览 评分:9.9
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<stdlib.h>#define maxsize 100000typedef st…… 题解列表 2023年09月29日 0 点赞 0 评论 366 浏览 评分:6.0