代码
#include <stdio.h> #include <stdlib.h> int main() { int n; n=rand()% 100-60+1+60; printf("n = %d\n", n); return 0; }
图片