摘要: #include<iostream>using namespace std;#include<string>#include<ctime>struct student{ string sname; int score;};struct teacher{ string tname; struct st 阅读全文
posted @ 2023-05-15 00:55 大虚胖子 阅读(17) 评论(0) 推荐(0)