摘要:
#include "iostream"#include "time.h"using namespace std; void main(){ int count=0; srand((unsigned)time(NULL)); for (int i=0;i <10;i++){ count++; cout << "No " <<count << "= " <<rand() << " "; if (!(count%5)) cout < 阅读全文
posted @ 2011-09-02 09:37
qijinbiao1
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号