摘要: #include<iostream> using namespace std; #define QUESTION_MAX (100) // 最多100道题 static QustionItem_t Qustion[QUESTION_MAX]; static int JudgeMethod = 0; 阅读全文
posted @ 2022-01-18 23:26 Fork多梦 阅读(43) 评论(0) 推荐(0)