会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
积跬步---行千里
博客园
首页
新随笔
联系
订阅
管理
2016年9月3日
C++生成随机数
摘要: //产生区间[a,b]内的随机数(整数) #include<iostream>#include <ctime>using namespace std; void main(){ int a,b,c; srand((double)time(NULL)); cout<<"please input the
阅读全文
posted @ 2016-09-03 22:05 积跬步---行千里
阅读(235)
评论(0)
推荐(0)
编辑