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
相關文章
相關標籤/搜索