//Author:Pan Daoxi
#include <iostream>
using namespace std;
struct student{
int number;
double score;
} stu[101]
C++谁考了第K名
最新推荐文章于 2024-04-07 23:16:35 发布
//Author:Pan Daoxi
#include <iostream>
using namespace std;
struct student{
int number;
double score;
} stu[101]