摘要:
#include <iostream>#include <ctime>#include <cstdlib>using namespace std;int main(){ int n, *p; cin >> n; srand((int)time(0)); //srand()用来设置rand()产生随机 阅读全文
posted @ 2017-06-19 15:22
ystraw
阅读(1329)
评论(0)
推荐(0)
------------只要够努力,人生最坏的结局不过是大器晚成!!!