会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
执梦的技术博客
从前现在过去了再不来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
下一页
2018年3月30日
HDU2024C语言合法标识符
摘要: #include #include int main(){ char str[50]; int n,i,j,len; scanf("%d",&n); getchar(); while(n--) { j=0; ...
阅读全文
posted @ 2018-03-30 23:07 外号班长
阅读(131)
评论(1)
推荐(0)
2018年3月29日
简单的石头剪刀布(机器胜率略高)
摘要: #include #include #include using namespace std;int main(){ srand(time(NULL)); int a,b,c; couta) couta) cou...
阅读全文
posted @ 2018-03-29 22:49 外号班长
阅读(234)
评论(0)
推荐(0)
蛇形填数(C++)
摘要: #include //蛇形填数 #include //控制输出长度,方便数据对齐 using namespace std;int main(){ int a[101][101]={0}; int i=1,k,j...
阅读全文
posted @ 2018-03-29 22:48 外号班长
阅读(915)
评论(0)
推荐(0)
HDU2023求平均成绩
摘要: #include int main(){ int n,m; int i,k,j; int a,b,c,t; double sco[51][6],sum,sum1; double d[...
阅读全文
posted @ 2018-03-29 21:47 外号班长
阅读(254)
评论(0)
推荐(0)
hdu2022海选女主角(C++)
摘要: #include #include #include using namespace std;int main(){ int m,n; int max,i,k,j,x,y; while(cin>>m>...
阅读全文
posted @ 2018-03-29 20:22 外号班长
阅读(166)
评论(0)
推荐(0)
2018年3月27日
hdu2021发工资咯(C++)
摘要: #include using namespace std;int mount(int j){ int num=0; while(j!=0) { if(j>=100) j-=100; else if(j>=50...
阅读全文
posted @ 2018-03-27 16:49 外号班长
阅读(172)
评论(0)
推荐(0)
HDU2018题求母牛数量C++
摘要: #include using namespace std;int main(){int a[55],n;int i;a[0]=1,a[1]=2,a[2]=3,a[3]=4;while(cin>>n){ if(n=...
阅读全文
posted @ 2018-03-27 15:25 外号班长
阅读(234)
评论(0)
推荐(0)
2018年3月24日
C++学生信息管理系统V1(课后作业)
摘要: #include#include#include//C++万能头文件#include#includeusingnamespace std;int a,j;//j表学生数量,a计数void menu(){cout>...
阅读全文
posted @ 2018-03-24 21:09 外号班长
阅读(194)
评论(0)
推荐(0)
2018年3月22日
HDU2016数据交换
摘要: #include #include using namespace std;int main(){ int n,i; int a[101]; //int b[101]; int k,j,m; while(cin>...
阅读全文
posted @ 2018-03-22 21:00 外号班长
阅读(132)
评论(0)
推荐(0)
HDU2015偶数求和
摘要: #include #include int main(){int n,m,s,sum,t;int i,j[101];int a;while (scanf("%d",&n)!=EOF){ a=0; ...
阅读全文
posted @ 2018-03-22 20:27 外号班长
阅读(169)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
下一页
公告