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
相关文章
相关标签/搜索