一个C语言程序`

日期:2022-01-23 17:54:18 人气:1

一个C语言程序`

#include<stdlib.h>
#include<stdio.h>
int getRand(int start, int end)
{
    return ((double)rand() / RAND_MAX * (end - start)) + start;
}
void main
    A+
热门评论