當前位置:商標查詢大全網 - 彩票查詢 - C++10彩票編程

C++10彩票編程

# include & ltiostream.h & gt

# include & ltstdlib.h & gt

# include & lttime.h & gt

void main()

{

srand(time(0));

for(int I = 1;我& lt=7;i++)

cout & lt& ltrand()% 10 & lt;& lt' ';//生成0到9的隨機數。

cout & lt& ltendl

}