摘要: #include <bits/stdc++.h> using namespace std; struct Student{ int num; string name; char sex; int age; }; int main() { Student stu={97001,"Lin Lin",'F 阅读全文
posted @ 2023-05-25 16:25 记得关月亮 阅读(15) 评论(0) 推荐(0)