C++?????????÷???
???????????? ???????[ 2014/10/28 11:31:04 ] ????????C++ ???????
????????????????????????????????????????????random?????????c++?????????C++????????rand()???????????????????????C++?н??????????? "int i;i=rand();"????????ó????????ε??????????????????????????C++???????????????????????????ζ????????????????????????????C++?м???"srand(time(NULL));"?????????????????????????????????????????????????????????仯????????λ??????????1??????????????????????????????????
???????????????1~100??????????????????????????????????????????????????????????????????????£?
#include <iostream>
#define fnum 56 //???????56
using namespace std;
int main()
{
int num=0??j??k=0;
int get_rand();
srand(time(0));
for(j=1;num!=fnum;j++??k++)
{
num=get_rand();
if(num<10) //?????
cout<<" "<<num<<" ";
else
cout<<num<<" ";
if(j==15) //???15????
{
putchar('n');
j=0;
}
}
cout<<'n'<<"????"<<fnum<<"????????????????"<<k<<"?????????"<<endl;
return 0;
}
int get_rand()
{
int i;
i=rand()%100+1;
return i;
}
///////////////////////////////////////
??????ν??“α?????”????????????????????“α”???й??????????????????????????????????????????????????????????????????????α??? ??????????????α???????????????????й???? —— ?????????????????????????????????????ɡ????“???????????????????????”??????????????????? —— ???????????????????????н??????????????????????? —— ?????????????????????????????????????????????????????α???????????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11