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 评论 177 浏览 评分: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 评论 227 浏览 评分:0.0
ceil函数解决邮资问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int x,y,q; double z = 0; char a; scanf(…… 题解列表 2023年12月24日 0 点赞 0 评论 132 浏览 评分: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 评论 183 浏览 评分:0.0
题解 2858: 整理药名 摘要: #include using namespace std; const int N=110; char s[N]; int main(){ …… 题解列表 2023年12月24日 0 点赞 0 评论 200 浏览 评分: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 评论 198 浏览 评分:0.0
2908: 白细胞计数 摘要:``` #include using namespace std; const int N=310; double a[N]; int main() { int n; cin>>n;…… 题解列表 2023年12月24日 0 点赞 0 评论 202 浏览 评分:0.0
1754: 字符串排序 摘要: #include using namespace std; const int N=100010; string a[N]; bool cmp(stri…… 题解列表 2023年12月24日 0 点赞 0 评论 401 浏览 评分:0.0
求一个3×3矩阵对角线元素之和。 输入格式 矩阵 输出格式 主对角线 副对角线 元素和 摘要:解题思路: 找到主对角线 辅对角线 上二维数组下标的关系注意事项:仅供参考 不懂的问参考代码:#include <stdio.h>int main(){ int i,j; int arr…… 题解列表 2023年12月25日 0 点赞 0 评论 162 浏览 评分:0.0
2693: 蓝桥杯2022年第十三届决赛真题-卡牌 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>int main(){ long long int n,m; int*p,*q; …… 题解列表 2023年12月25日 0 点赞 0 评论 553 浏览 评分:0.0