摘要: #include <bits/stdc++.h> using namespace std; int rollDice() { int die1=1+rand()%6; int die2=1+rand()%6; int sum=die1+die2; cout<<"playr rolled"<<die1 阅读全文
posted @ 2023-04-27 15:15 记得关月亮 阅读(20) 评论(0) 推荐(0)