4
已解决
宋梓涵
新手光能
新手光能
#include<iostream>
#include<ctime>
#include<cstdlib>
using namespace std;
int main()
{
int n,a;
cout<<"欢迎来到彩票荣耀"<<endl;
cout<<"第一关(中奖概率%50)"<<endl<<"请输入1~2中的任意整数:";
cin>>n;
srand(time(0));
a=rand()%2+1;
if(n==a)cout<<"恭喜您,中奖了!奖金2元。"<<endl;
else cout<<"没中奖,请付费1元。"<<endl;
cout<<"中奖数字是"<<a;
return 0;
}
抽奖小游戏!!!
0
已采纳
郑怡翔
初级天翼
初级天翼
哇塞:
欢迎来到彩票荣耀
第一关(中奖概率%50)
请输入1~2中的任意整数:1.5
恭喜您,中奖了!奖金2元。
中奖数字是1
呵呵,1.5……
0
0
0
0
0
0
0
0
0