会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2020年2月7日
一个小小的俄罗斯方块小游戏
摘要: 用了八个小时 也挺不容易的 大神不喜勿喷 #include <iostream> #include <string> #include <ctime> #include <cstdlib> #include <windows.h> #include <conio.h> using namespace
阅读全文
posted @ 2020-02-07 09:52 <bits/stdc++.h>
阅读(192)
评论(0)
推荐(1)
2020年2月6日
一个小小的猜数游戏(C++)
摘要: 很简单 大神勿喷Thanks♪(・ω・)ノ #include<stdio.h> #include<stdlib.h> #include<time.h> main() { int a,b; char c; srand(time(NULL)); a=1+(rand()%1000); printf("我有
阅读全文
posted @ 2020-02-06 20:01 <bits/stdc++.h>
阅读(232)
评论(0)
推荐(1)
一个小小的倒计时系统(C++)
摘要: 挺简单的 大神勿喷Thanks♪(・ω・)ノ #include<bits/stdc++.h> #include<windows.h> using namespace std; int main() { int i,n; cin>>n; for(i=n;i>=1;i--) { cout<<i<<end
阅读全文
posted @ 2020-02-06 19:52 <bits/stdc++.h>
阅读(830)
评论(0)
推荐(1)
一个小小的手机密码系统(C++)
摘要: 第一次写。 大神不喜勿喷。♪(・ω・)ノ #include<bits/stdc++.h> using namespace std; int main() { char o=0,a[6],b[6]={111,111,111,111,111,111}; if(b[4]==111) { cout<<"请设
阅读全文
posted @ 2020-02-06 10:12 <bits/stdc++.h>
阅读(379)
评论(0)
推荐(1)
公告