自制的抽卡模拟器

话不多说,看代码!

#include
#include
#include
using namespace std;
int main()
{
	int A,j,gzj,a1;
	cout<<"火影抽卡模拟器启动中……"<>A;
	if(A==1)
	{
		FLAG1:
		A=0; 
		cout<<"1.肝一天"<>A;
		if(A==1)
		{
			A=0;
			cout<<"肝……"<>A;
			if(A==1)
			{
				A=0;
				if(j>=168) 
				{
					j-=168;
					gzj+=1;
					cout<<"你获得了1张高招卷"<=1680)
					{
						j-=1680;
						gzj+=10;
						cout<<"你获得了10张高招卷"<=8400)
						{
							j-=8400; 
							gzj+=50;
							cout<<"你获得了50张高招卷"<=16800)
						{
							j-=16800; 
							gzj+=100;
							cout<<"你获得了100张高招卷"<>A;
				if(A==1)
				{
					A=0;
					if(gzj>=1) 
					{
						gzj-=1;
						srand((UINT)GetCurrentTime()); 
						a1=rand()%100+1;
						if(a1<=5)
						{
						srand((UINT)GetCurrentTime()); 
						a1=rand()%100+1;
							if(a1<=30)
							{
								Sleep(0.5 * 1000); 
								cout<<"秽土水门碎片*5"<=10) 
						{
							gzj-=10;
							for(int i=0;i<10;i++)
							{
								srand((UINT)GetCurrentTime()); 
								a1=rand()%100+1;
								if(a1<=5)
								{
									srand((UINT)GetCurrentTime()); 
									a1=rand()%100+1;
									if(a1<=30)
									{
										Sleep(0.5 * 1000); 
										cout<<"秽土水门碎片*5"<

你可能感兴趣的:(c++小程序,c++)