2920: 分数线划定 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; struct u { string str; int…… 题解列表 2023年12月09日 0 点赞 0 评论 88 浏览 评分:9.9
分数线划定 摘要:解题思路:两个数据有联系-》定义结构体类型,注意事项:参考代码:#include<stdio.h>typedef struct { int num; int cj;}grade;//结构体类型的定义 …… 题解列表 2023年01月15日 0 点赞 0 评论 183 浏览 评分:9.9