摘要: 期中考试第一题 include include include using namespace std; class Dice{ public: Dice(int n); int cast() { int number=rand()%sides+1; return number; } private 阅读全文
posted @ 2018-05-19 14:22 雪卿狂 阅读(175) 评论(3) 推荐(0) 编辑