文章列表

筛选

2048上下左右

摘要:#include <iostream>  #include <windows.h>  #include <ctime>  using namespace std;    int const ROW =……

打怪鬼脸 做鬼脸

摘要:#include<bits/stdc++.h>#include<conio.h>#include<windows.h>using namespace std;double shanghai[20]={……

猜拳(youVScomputer)

摘要:#include<iostream>#include<cstdlib>#include<ctime>using namespace std;int main(){ int c,p;//定义电脑(c),……

贪吃蛇(流畅版)

摘要:#include#include#include#include#define U 1 #define D 2 #define L 3 #define R 4 //蛇的状态,U:上 ;D:下;L……

贪吃蛇小游戏

摘要:#include <windows.h>   #include <stdlib.h>   #include <conio.h>   #include <time.h>   #include <……

新手编程,原谅!!!!!!!

摘要:#include<bits/stdc++.h>using namespace std;int main(){ cout<<"  你在一片黑暗中醒来,突然,一束光照了进来。"; cout<<"你非常疑惑……

1255能量项链记录

摘要:刚开始写忽视了好多细节比如一个点的左右在随时改变,没有认真考虑。然后以后能量项链学一学区间dp算法……

算法学习资料推荐

摘要:> 今天这篇文章是针对刚学习算法的小白 希望小白会喜欢我推荐的这套课程 - Java 数据结构与算法【尚硅谷-韩顺平老师】 ![](/image_editor_upload/202203……