Green1127

C++代码存放设施 site - 01 所有UTF-8已同步

博客园 首页 新随笔 联系 订阅 管理

2026年1月2日 #

摘要: 原作者TSzza - 个人中心 - 洛谷 以下为转载原篇 胎神游戏集改编第二篇之! 丧尸危机 ! 最新修改时间:2021/8/12/18:29 (第 三 波bug修正) 感谢 小小小苗 给予的支持! 因为这次其实只是玩了他的游戏(游戏集合,现在怎么翻不到了啊还好之前保存了) 发现有bug就调了一下 阅读全文
posted @ 2026-01-02 17:20 Green_wang 阅读(3) 评论(0) 推荐(0)

摘要: //转自:https://www.luogu.com.cn/team/32221#main //收藏者的温馨提示:部分情节作者没有更完就咕咕咕啦 //如果你编译172行报错,请点击工具-编译选项-勾选编译时加入以下命令,在下面的框中输入:-std=c++11,确定即可 #include <iostr 阅读全文
posted @ 2026-01-02 17:18 Green_wang 阅读(1) 评论(0) 推荐(0)

摘要: //作者:https://www.luogu.com.cn/user/223412 //改:https://www.luogu.com.cn/user/377751 /* 源自generals.io 大洋彼岸的服务器体验极差! 使用说明 整合了零人、单人、双人版 单人版&&通用规则 图片:https 阅读全文
posted @ 2026-01-02 17:18 Green_wang 阅读(1) 评论(0) 推荐(0)

摘要: = 原作者xutongwei - 个人中心 - 洛谷 #include <iostream> #include <cstdio> #include <string> #include <algorithm> #include <cmath> #include <cstdlib> #include < 阅读全文
posted @ 2026-01-02 17:18 Green_wang 阅读(0) 评论(0) 推荐(0)

摘要: //转自:https://www.luogu.com.cn/blog/Los/creative-code-1 #include <bits/stdc++.h> #include <windows.h> #include <conio.h> using namespace std; int num[1 阅读全文
posted @ 2026-01-02 17:17 Green_wang 阅读(1) 评论(0) 推荐(0)

摘要: //永远不要对没有发言环节的狼人杀抱有希望 #include<bits/stdc++.h> using namespace std; int life[7]={1,1,1,1,1,1}; int potions[5]={-1,1}; int vote[7]={0}; string name[7]={ 阅读全文
posted @ 2026-01-02 17:16 Green_wang 阅读(2) 评论(0) 推荐(0)

摘要: #include <bits/stdc++.h> #include <windows.h> using namespace std; int main(){ srand(time(NULL)); int n; char a[n]; string chop; string qp; int life; 阅读全文
posted @ 2026-01-02 17:16 Green_wang 阅读(0) 评论(0) 推荐(0)

摘要: #include<cstdio> #include<cstdlib> #include<windows.h> #include<map> #include<iostream> #include<string> #include<conio.h> #include<fstream> #include< 阅读全文
posted @ 2026-01-02 17:15 Green_wang 阅读(0) 评论(0) 推荐(0)

摘要: //转自:https://www.luogu.com.cn/blog/I-am-your-dad/xiao-you-hu-21-lian-lian-kan-you-hu #include <iostream> #include <windows.h> #include <cstdio> #inclu 阅读全文
posted @ 2026-01-02 17:14 Green_wang 阅读(1) 评论(0) 推荐(0)

摘要: 转自:https://paste.ubuntu.com/p/Mhxgz4CfSw/ #include<bits/stdc++.h>//打方块 Windows10 #include<windows.h> using namespace std; int fen,mb[10][18],leaf; voi 阅读全文
posted @ 2026-01-02 17:14 Green_wang 阅读(2) 评论(0) 推荐(0)