码迷,mamicode.com
首页 > 其他好文 > 详细

生成10个随机数

时间:2019-10-06 00:00:01      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:int   and   span   for   pre   随机   main   include   style   

1 #include<stdio.h>
2 #include<stdlib.h>
3 void main()
4 {
5     for (int i = 0; i<10; i ++ )
6         printf("%d\n", rand()%100);
7 }

 

生成10个随机数

标签:int   and   span   for   pre   随机   main   include   style   

原文地址:https://www.cnblogs.com/liugangjiayou/p/11626013.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!