作业
#include "stdio.h"
#include "time.h"
#include "stdlib.h"
#include "time.h"
#include "stdlib.h"
int main(){
int i;
char c,gu;
srand((unsigned)time(NULL));
c=6;
gu=rand()%6+1;
for(i=1;i<=100;i++){
c=rand()%31+1;
if(c>=7&&c<=13)
c=17;
if(i%9==0)
printf("%d. %c\t", i,gu);
else
printf("%d. %c\t", i,c);
if(i%5==0)
printf("\n"); }
getchar();
printf("the icon you guess is:\n");
for(i=1;i<=10;i++)
printf("%c ",gu);
printf("\n");
return 0; }
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步