Codeup id=1935 Problem C 版本1.0

目前代碼還存在一點問題 答案錯誤50% 不知道問題的原因等後期修改 #include<iostream> #include<stdlib.h> using namespace std; struct Student {int id;  char name[100];  char sex[100];  int age; }person[1001]; int searchfor(int a,int b
相關文章
相關標籤/搜索