输出【1,60】的随机数
摘要:#include #include //使用time(0)的头文件#include //使用rand(),srand()的头文件using namespace std;int main(){ srand(time(0)); //srand()为rand()提供中字数 int n...
阅读全文
posted @ 2016-05-28 18:12
posted @ 2016-05-28 18:12
posted @ 2016-05-21 17:31
posted @ 2016-05-20 12:15
posted @ 2016-05-18 17:05
posted @ 2016-05-18 07:50
posted @ 2016-05-18 07:48
posted @ 2016-05-14 17:10