0
已解决
孙天意
初级光能
初级光能
#include "codingtang.h"
using namespace std;
int main(){
createConsole("文本游戏");
long long a,b;
bool flag=true;
char x;
cout<<"玩不玩速算游戏?\na.玩 b.不玩";
cin>>x;
if(x=='b'){
return 0;
}else{
cout<<"2^2=?\na.4 b.6";
cin>>x;
if(x==a){
cout<<"答对了";
return 0;
}else{
cout<<"Q~Q";
return 0;
}
}
return 0;
}