ShineEternal
ShineEternal
全部文章
未归档
AT刷题题解(1)
BZOJ刷题题解(3)
C++(1)
c++小游戏汇总栏(9)
codeforces刷题题解(3)
ShineEternal的洛谷日报(3)
SOJ刷题题解(4)
二分(1)
二分图(3)
初赛(1)
快读(1)
欢迎(1)
洛谷刷题(65)
计蒜客(1)
归档
标签
去牛客网
登录
/
注册
ShineEternal的博客
全部文章
/ 未归档
(共314篇)
c++小游戏——杀手
杀手小游戏 会有一个存活者:(1 2 3 4 5),如果出现(1 0 3 4 5),代表二号已经死了。 一号有3次复活权 且有一次随机诅咒权(即当自己被杀死时,会随机诅咒另外一个人,当然不是死人或自己,使其死亡) 二号有一次复活权 且有一次随机诅咒权(但目标死亡率为50%) 三号有一...
2018-10-04
0
313
c++小游戏——职业战争
#include<iostream> #include<cstdlib> #include<ctime> #include<cstring> #include<windows.h> using namespace std; int i,H[...
2018-10-04
0
403
c++小游戏——五子棋
#include<iostream> #include<iomanip> #include<cstring> using namespace std; const int X = 21; //棋盘行数 const int Y = 21; //棋盘列数 ...
2018-10-04
0
351
c++小游戏——俄罗斯方块
#include<cstdio> #include<windows.h> #include<ctime> int a[24][17],i,j,tim=800,ti=800,shape=0,b,bn,ta[4][4],turn[4][4],nex[4][4],nex...
2018-10-04
0
301
c++小游戏——2048
#include <stdio.h> #include <time.h> #include <conio.h> #include <windows.h> void start_game(); void reset_game(); void mov...
2018-10-04
0
306
c++小游戏——贪吃蛇
#include #include #include #include #include <conio.h> #include #include <windows.h> using namespace std; /*** 光标定位 ***/ HANDLE hout...
2018-10-04
0
301
c++小游戏——贪吃蛇
#include #include #include #include #include <conio.h> #include #include <windows.h> using namespace std; /*** 光标定位 ***/ HANDLE hou...
2018-10-04
0
408
c++小游戏——***
#include <cstdlib> #include <iostream> #include <cstdio> #include <cmath> #include <cstring> #include <algorithm> ...
2018-10-04
0
346
c++小游戏——***
#include <cstdlib> #include <iostream> #include <cstdio> #include <cmath> #include <cstring> #include <algorithm> ...
2018-10-04
0
340
恶意代码要注意
这里有几个常用的恶意程序,如果有人发这些代码,请不要轻信。 1.关机 关键代码:shutdown -s (后加其他内容,如-f -t 0之类的。) 2.蓝屏 针对不好机子的BAT代码:%0|%0或%0||(%0|%0)||%0之类的。 通用的VBS代码: On Error ...
2018-10-04
0
316
首页
上一页
23
24
25
26
27
28
29
30
31
32
下一页
末页