2019315 输入学生信息,查询特定学号学生信息

  #include<iostream> #include <algorithm> using namespace std; struct st { int no; char name[20]; int age; char sex[10]; bool operator < (const st &a)const { return n
相关文章
相关标签/搜索