C语言作业(心理魔术)

#include "stdafx.h"
#include "stdio.h"
#include "stdlib.h"
#include "time.h" int i:
char c,gu;
srand((unsigned)time(NULL)); c=;
gu=rand()%+;
for(i=;i<=;i++)
{
c=rand()%+;
if(c>=&&c<=)
c=;
if(i%==)
printf("%d.%c\t",i,gu);
else
printf("%d.%c\t",i,c);
if(%==)
printf("\n");
} getchar();
printf("the icon you guess is:\n");
for(i=;i<=;i++)
printf("%c",gu);
printf("\n");
上一篇:支付宝支付集成过程中如何生成商户订单号(out_trade_no)


下一篇:如何使用 Docker、ECS、Terraform 重建基础架构?