2021年3月11日
摘要: #include<iostream>#include<cstdlib>//产生随机数的函数using namespace std;enum GameStatus{WIN,LOSE,PLAYING};int main(){ int sum, mypoint; unsigned seed; GameSt 阅读全文
posted @ 2021-03-11 21:49 na2co3- 阅读(313) 评论(0) 推荐(0)