2858: 整理药名 摘要:``` #include using namespace std; const int N=110; char s[N]; int main(){ int T; cin>>T…… 题解列表 2023年12月24日 0 点赞 0 评论 276 浏览 评分: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 评论 322 浏览 评分: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 评论 269 浏览 评分:0.0
题解 2904: 谁拿了最多奖学金 摘要: #include using namespace std; const int N=110; char name[N][N],gb[N],xb[N]; …… 题解列表 2023年12月24日 0 点赞 0 评论 301 浏览 评分: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 评论 267 浏览 评分: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 评论 241 浏览 评分: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 评论 273 浏览 评分:8.0
菜鸡写法,分情况就ok 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 422 浏览 评分:0.0
菜鸡写法,嵌套循环遍历 摘要:解题思路:注意事项:参考代码:#include <iostream>#include<string>#include<cstring>#include<algorithm>#include<cmath…… 题解列表 2023年12月24日 0 点赞 0 评论 359 浏览 评分:0.0
欢迎交流指正 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<math.h>using namespace std;int main() { int a[100], m, n,s…… 题解列表 2023年12月24日 0 点赞 0 评论 454 浏览 评分:0.0