题解 2858: 整理药名 摘要: #include using namespace std; const int N=110; char s[N]; int main(){ …… 题解列表 2023年12月24日 0 点赞 0 评论 212 浏览 评分:0.0
2858: 整理药名 摘要:``` #include using namespace std; const int N=110; char s[N]; int main(){ int T; cin>>T…… 题解列表 2023年12月24日 0 点赞 0 评论 197 浏览 评分:0.0
2904: 谁拿了最多奖学金 摘要:``` #include using namespace std; const int N=110; char name[N][N],gb[N],xb[N]; //gb 干部 xb…… 题解列表 2023年12月24日 0 点赞 0 评论 236 浏览 评分:0.0
2904: 谁拿了最多奖学金 摘要:```#include using namespace std; const int N=110; char name[N][N],cadre[N],west[N]; int a[N],b[N…… 题解列表 2023年12月24日 0 点赞 0 评论 192 浏览 评分:0.0
题解 2904: 谁拿了最多奖学金 摘要: #include using namespace std; const int N=110; char name[N][N],gb[N],xb[N]; …… 题解列表 2023年12月24日 0 点赞 0 评论 230 浏览 评分:0.0
2914: 铺地毯 摘要:``` #include using namespace std; const int N=10010; int a[N],b[N],g[N],k[N]; int main() { in…… 题解列表 2023年12月24日 0 点赞 0 评论 200 浏览 评分:0.0
2914: 铺地毯 摘要:``` #include using namespace std; const int N=10010; int a[N],b[N],g[N],k[N]; int main(){ int …… 题解列表 2023年12月24日 0 点赞 0 评论 169 浏览 评分:6.0
题解 2914: 铺地毯 摘要: #include using namespace std; const int N=10010; int a[N],b[N],g[N],k[N]; in…… 题解列表 2023年12月24日 1 点赞 0 评论 210 浏览 评分:8.0
菜鸡写法,分情况就ok 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 343 浏览 评分:0.0
菜鸡写法,嵌套循环遍历 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 278 浏览 评分:0.0