摘要: #include #include using namespace std;struct list{ char course[15]; int score;};int main(){ list list2[2]; ifstream in("f4... 阅读全文
posted @ 2018-04-24 09:04 UnderScrutiny 阅读(85) 评论(0) 推荐(0)