山东智趣岛论坛

标题: 随机数取值 [打印本页]

作者: liuzixuan    时间: 2024-5-1 10:54
标题: 随机数取值
#include<iostream>
#include<cstdlib>
#include<ctime>
using namespace std;
int main(){
        int a;
        srand(time(0));//随机种子
        a=rand()%5;
        cout<<a;
}





欢迎光临 山东智趣岛论坛 (https://abc.sdzqd.com/) Powered by Discuz! X3.3