PAT 1109 C++

PAT 1109 C++ 版 1.题意 2.分析 3.代码 #include<cstdio> #include<algorithm> #include<string.h> #include<iostream> #define N 10001 using namespace std; //新建一个student 结构体,用于保存student的信息 struct student { int
相关文章
相关标签/搜索