提交 db266d33 编写于 作者: struct_cym's avatar struct_cym

Update game.cpp

上级 c161eb04
...@@ -424,13 +424,14 @@ void lingdong(){ ...@@ -424,13 +424,14 @@ void lingdong(){
}else if(option==2){ }else if(option==2){
cout<<"请输入要泡的时间"; cout<<"请输入要泡的时间";
cin>>times; cin>>times;
for(int i=0;i<times;i++){ for(int i=1;i<=times;i++){
cout<<i<<" "; cout<<i<<" ";
Sleep(1000); Sleep(1000);
jinyan++; jinyan++;
} }
cout << "你加了" <<times<<"点经验";
Sleep(1000);
}else{ }else{
exits=1;
return; return;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册