摘要:
//产生区间[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
积跬步---行千里
阅读(240)
评论(0)
推荐(0)
浙公网安备 33010602011771号