sort解法,在cmp函数里截取生日子串判断 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<algorithm> #include<cstring> using namespace std; str…… 题解列表 2022年07月29日 0 点赞 3 评论 302 浏览 评分:9.9
使用sort函数和cmp函数截取生日子串 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;string shenfenzheng[101010];bool cmp(strin…… 题解列表 2022年07月29日 0 点赞 0 评论 186 浏览 评分:9.9
python身份证排序解法 摘要:n=int(input().strip())X=[input().strip() for _ in range(n)] #用split函数的话 会放在列表里面,这样排不了序 strip函数拆分字符串返…… 题解列表 2023年02月07日 0 点赞 0 评论 76 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<stdlib.h>#define maxsize 100000typedef st…… 题解列表 2023年09月29日 0 点赞 0 评论 388 浏览 评分:6.0