首页 > 其他分享 >task7.c

task7.c

时间:2023-03-05 22:34:53浏览次数:22  
标签:rand return task7 int 60 include

代码

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

  图片

 

标签:rand,return,task7,int,60,include
From: https://www.cnblogs.com/zzaw/p/17181958.html

相关文章

  • task7
    #include<stdio.h>intmain(){intanswer;charwords[5000];printf("网课学习让一些人欢喜一些人忧.\n");printf("1.作为喜欢自学且自律的人,觉得......
  • task7.c
    #define_CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<stdlib.h>intmain(){intanswer;charwords[5000];printf("网课学习让一些人欢喜一些人......