• 个人简介

    xh021 ​==僵尸大嘴主要是一位专注植物大战僵尸(PVZ)二创的自媒体创作者‌==​,在抖音、B站等多个平台都有活跃账号,经常发布融合版、杂交版等PVZ相关视频内容 。‌‌

    //人生重开简易版1.0(未完结)
    #include <bits/stdc++.h>
    #include <windows.h>
    #include <ctime>
    string Rand(){
    	srand(time(NULL));
    	int s=rand()%100+1;
    	switch(s){
    		case 1:
    			cout<<"【魔法棒】:不知道有什么用...\n";
    			break;
    		case 2:
    			cout<<"【蓝色转盘】:在人生中多出现两个蓝色事件\n";
    	}
    }
    using namespace std;
    int main(){
    	long long a=200000,b=3,zd=20,z1=15,g1=50,g2,c,zhan;
    	system("title 人生重开简易版1.0");
    	cout <<"人生重开简易版1.0震撼来袭"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"创立者:王硕"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"技术支持:王硕"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"精神支持者:王硕"<<endl;
    	Sleep(1200);
    	system("cls");
    	cout<<"制作不易,不喜勿喷"<<endl;
    	cout<<"准备好了吗"<<endl;
    	cout<<"启动..."<<endl;
    	Sleep(1500);
    	system("cls");
    	cout<<"好运词条十连抽";
    	Sleep(1000);
    	system("cls");
    	bool b1=true;
    	return 0;
    }
    
    
    //偷懒小代码1.2(未完结) 
    #include<bits/stdc++.h>
    using namespace std;
    bool rn(){//闰年判断函数
    	int a;
    	cin>>a; 
    	return (a%4==0&&a%100!=0)||a%400==0;
    }
    void gaojingjia(){//高精度加法函数 
    	int a[1000]={0},b[1000]={0},c[1000]={0},l1,l2;
    	string s1,s2;
    	cin>>s1>>s2;
    	l1=s1.size();
    	l2=s2.size();
    	for(int i=0;i<l1;i++) {
    		a[i]=s1[l1-1-i]-'0';
    }
    	for(int i=0;i<l2;i++) {
    		b[i]=s2[l2-1-i]-'0';
    }
    	int ml=max(l1,l2);
    	int ca=0;
    	for(int i=0;i<=ml;i++){
    		int sum=a[i]+b[i]+ca;
    		c[i]=sum%10;
    		ca=sum/10;
    	}
    	if(c[ml]==0){
    		for(int i=ml-1;i>=0;i--)cout<<c[i];
    	}else{
    		for(int i=ml;i>=0;i--)cout<<c[i];
    	}
    } 
    int main(){
    	//gaojingjia();
    	/*if(rn)cout<<"yes";
    	else cout<<"no";*/
    	return 0;
    }
    

    角色:

    【T0】:赏金猎人、拳击手、弓箭手、毒枭、黑客、影-木偶

    【T1】:时间之主、特种兵、勇士、泰坦、忍者、重型兵、萨满、 神-狙击手、法师、牛仔、说唱小子、双胞胎-哥哥、火之灵

    【T2】:木偶、科学怪人、爆破师、木之灵、海贼、天使、未来战士、魔术师、毒枭小弟、双胞胎-弟弟

    【T3】:体育生、剑仙、值周生、医生、古代战士

    【T4】:狙击手

    【彩蛋英雄】:异形、幸运儿

    //卡牌大师代码1.0(未完结)
    #include <bits/stdc++.h>
    #include <windows.h>
    using namespace std;
    string x[20]={"xh021","xh011","xh024"},n,p1,p2;
    struct Player{
    	double x,xs,h;//当前血量、血量上限、回血(被动) 
    	string n,js,jn1,jn2="",jn3="",b;
    }p,npc;
    int a,b;
    bool sh;
    int main(){
        cin>>p.n;
        for(int i=0;i<=20;i++)
        	if(p.n=="xh021"||p.n=="xh023"){
        		cout<<"欢迎管理员"<<endl;
        		sh=true;
        		break;
    		}
        	else if(p.n==x[i]){
        		cout<<"欢迎"<<n<<endl;
        		sh=true;
        		break;
    		}
    	if(sh!=true)cout<<"输入有误";	
    	srand(time(0));
    	//a=rand()%36+1;
    	a=rand()%1+1;
    	switch(a){
    		case 1:
    			p.js="泰坦";
    			p.xs=9.5;
    			p.x=9.5;
    			p.h=0.5;
    			p.jn1="[地震一击]禁用对方所有技能两回合。(冷却:四回合)";
    			p.b="每回合回1滴血"; 
    			break;
    	}
    	//b=rand()%36+1;
    	b=rand()%1+1;
    	switch(b){
    		case 1:
    			npc.js="泰坦";
    			npc.xs=9.5;
    			npc.x=9.5;
    			npc.h=0.5;
    			npc.jn1="[地震一击]禁用对方所有技能两回合。(冷却:四回合)";
    			npc.b="每回合回0.5滴血"; 
    			break;
    	}
    	Sleep(1000);
    	system("cls");
    	cout<<"玩家角色"<<p.js<<endl;
    	cout<<"npc角色"<<npc.js<<endl;
    	return 0;
    }
    
    //三角洲行动1.4(未完结)
    #include <bits/stdc++.h>
    #include <windows.h>
    #include <time.h>
    using namespace std;
    int main(){
    	long long a=200000,b=3,zd=20,z1=15,g1=50,g2,c,zhan;
    	system("title 三角洲行动简易版1.4");
    	cout <<"三角洲行动简易版1.4震撼来袭"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"创立者:王硕"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"技术支持:王硕"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"精神支持者:王硕"<<endl;
    	Sleep(1200);
    	system("cls");
    	cout<<"制作不易,不喜勿喷"<<endl;
    	cout<<"准备好了吗"<<endl;
    	cout<<"启动..."<<endl;
    	Sleep(1500);
    	system("cls");
    	cout<<"开局你有一把匕首和200000哈夫币";
    	Sleep(1000);
    	system("cls");
    	cout<<"由于技术问题,暂时只有一个地图:绝密航天";
    	Sleep(1000);
    	system("cls");
    	cout<<"正在入局...";
    	Sleep(800);
    	system("cls");
    	cout<<"加载中...";
    	Sleep(800);
    	system("cls");
    	cout<<"行前备战"<<endl;
    	cout<<"进入商店"<<endl;
    	Sleep(800);
    	system("cls");
    	cout<<"加载中...";
    	Sleep(800);
    	system("cls");
    	bool b1=true;
    	while(b1==true){
    		cout<<"|--------------------------------|\n";
    		cout<<"|1.AWM---------------------800000|\n";
    		cout<<"|2.AK-47-------------------100000|\n";
    		cout<<"|3.64发一级弹----------------3000|\n";
    		cout<<"|4.64发二级弹----------------7500|\n";
    		cout<<"|5.64发三级弹---------------12500|\n";
    		cout<<"|6.一级头--------------------5500|\n";
    		cout<<"|--------------------------------|\n";
    		cout<<"你要买什么?(0表示购买结束)\n";
    		char e;
    		cin>>e;
    		switch(e){
    			case 0:
    				b1=false;
    				break;
    			case 1:
    				if(a>=800000&&b>=1)cout<<"购买成功\n"; 
    				else if(a<800000)cout<<"哈夫币不足\n"; 
    				else if(b<1)cout<<"背包空间不足\n";
    				break;
    		}
    		if(b1)break;
    	}
    	system("pause");//方便查看,后期更改 
    	system("cls");
    	while(1){
    		cout<<"你要去干什么?"<<endl;
    		cout<<"1.找人机2.找老太3.开保险4.拉闸5.撤离"<<endl;
    		char d;
    		cin>>d;
    		switch(d){
    			case '1':
    				system("pause");//方便查看,后期更改 
    				break;
    			case '2':
    				system("pause");//方便查看,后期更改 
    				break;
    			case '3':
    				system("pause");//方便查看,后期更改 
    				cout<<"请输入密码:\n";
    				string mima;
    				cin>>mima;
    				if(mima=="6DFUP"){
    					int s1=rand()%9+1; 
    					switch(s1){
    						case 1:
    							
    							cout<<"获得非洲之星";
    							break; 
    					}
    				}
    				break;		
    		}
    		
    		
    		
    		
    	} 
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	
    	return 0;
    }
    
    //计算器(输入时不需加空格)
    //如需小数计算请查看注释修改 
    #include <iostream>
    using namespace std;
    int main() {
        int num1, num2;
        char op;
        cout << "请输入表达式(如:12+13): ";
        // cin可以自动识别格式:整数+字符+整数
        if (cin >> num1 >> op >> num2) {
            int result = 0;
            bool valid = true;
            
            switch (op) {
                case '+':
                    result = num1 + num2;
                    break;
                case '-':
                    result = num1 - num2;
                    break;
                case '*':
                    result = num1 * num2;
                    break;
                case '/':
                    if (num2 != 0) {
                        result = num1 / num2;  // 整数除法
                        // 如果需要浮点结果:
                        // double result = (double)num1 / num2;
                    } else {
                        cout << "错误:除数不能为0!" << endl;
                        valid = false;
                    }
                    break;
                default:
                    cout << "错误:不支持的运算符 '" << op << "'" << endl;
                    valid = false;
                    break;
            }
            
            if (valid) {
                cout << num1 << " " << op << " " << num2 << " = " << result << endl;
            }
        } else {
            cout << "输入格式错误!请使用格式:数字运算符数字(如:12+13)" << endl;
        }
        
        return 0;
    }
    
    //元素大陆简易版(老版1.1)(未完结)
    #include <bits/stdc++.h>
    #include <string>
    #include <windows.h>
    using namespace std;
    int main(){
    	long long a=35000,g1,g2,g3,xue;
    	int b;
    	char a1[100]={};
    	string bei,shu;
    	string jineng=""; 
    	system("title 元素大陆简易版");
    	cout <<"元素大陆简易版震撼来袭"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"创立者:王硕"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"技术支持:王硕,顾宸凯"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"精神支持者:王硕,蔡天翊"<<endl;
    	Sleep(500);
    	cout <<setw(60)<<"功能测试:王硕,丁垚逸"<<endl;
    	Sleep(1200);
    	system("cls");
    	cout<<"你要选什么属性"<<endl; 
    	cout<<"1.金2.木3.水4.火5.土6.暗7.毒8.电9.光10.妖11.冰"<<endl;
    	int d;
    	cin>>d;
    	switch(d){
        	case 1:
        		system("cls");
        	    cout << "防御1000,本体血量3500,普攻100,一技能:抵挡,二技能:金刀斩,被动:15%反伤" << endl;
        	    b=1;
    			break;
        	case 2:
        		system("cls");
        	    cout << "防御880,本体血量4000,普攻70,一技能:生命之树,二技能:缠绕,被动:20%无视30%物理伤害" << endl;
        	    b=2;
    			break;
        	case 3:
        		system("cls");
        	    cout <<"防御600,本体血量2800,普攻120,一技能:水龙炮,二技能:滔天巨浪,被动:20%反伤" ;
        	    b=3;
    			break;
    		case 4:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;		
    		case 5:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;			
    		case 6:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;
    		case 7:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;	
    		case 8:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;	
    		case 9:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;
    		case 10:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;
    		case 11:
        		system("cls");
        	    cout << "内测中,暂未开放" << endl;
        	    break;								
    	}
    	Sleep(3000);
    	while(1){
    		system("cls");
    		cout<<"你要去干什么?"<<endl;
    		cout<<"1.商店2.主世界3.古堡"<<endl;
    }
    	return 0;
    }
    
    //真正的c++万能头文件
    #include <bits/c++config.h>
    #include <bits/functexcept.h>
    #include <bits/cpp_type_traits.h>
    #include <ext/type_traits.h>
    #include <ext/numeric_traits.h>
    #include <bits/stl_pair.h>
    #include <bits/stl_iterator_base_types.h>
    #include <bits/stl_iterator_base_funcs.h>
    #include <bits/stl_iterator.h>
    #include <bits/concept_check.h>
    #include <debug/debug.h>
    #include <bits/move.h> 
    #include <bits/predefined_ops.h>
    #include <iostream>
    #include <ostream>
    #include <istream>
    #include <vector>
    #include <string>
    #include <string.h>
    #include <cstring>
    #include <map>
    #include <unordered_map>
    #include <set>
    #include <unordered_set>
    #include <list>
    #include <forward_list>
    #include <deque>
    #include <stack>
    #include <queue>
    #include <algorithm>
    #include <numeric> // std::accumulate 等#include <iterator>
    #include <functional> // std::function, std::bind 等
    #include <memory>
    #include <utility>
    #include <chrono>
    #include <cstdio>
    #include <thread> // 线程支持
    #include <mutex> // 互斥量等同步原语
    #include <condition_variable> // 条件变量
    #include <fstream> // 文件操作
    #include <sstream> // 字符串流
    #include <iomanip> // 输入输出格式化控制
    #include <locale> // 本地化支持
    #include <regex> // 正则表达式处理
    #include <array> // std::array 容器
    #include <tuple> // std::tuple 元组
    #include <bitset> // std::bitset 位集(C++11及以上)
    #include <random> // 随机数生成器等(C++11及以上)
    #include <cmath> 
    #include <math.h> 
    using namespace std;
    int main()
    {
    	ios::sync_with_stdio(false);
        cin.tie(nullptr);
        return 0; 
    }
    

  • 通过的题目

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解