标签: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 }
标签:int and span for pre 随机 main include style
原文地址:https://www.cnblogs.com/liugangjiayou/p/11626013.html