养猪仙人


私信TA

用户名:H2030823044

访问量:750

签 名:

做只猪么?

等  级
排  名 2338
经  验 2254
参赛次数 10
文章发表 2
年  龄 0
在职情况 学生
学  校 贺州学院
专  业

  自我简介:

TA的其他文章

#include<stdio.h>

#include<Windows.h>

int main()

{

float x,y,a;

for(y=1.5f;y>-1.5f;y-=0.1f)

{

for(x=-1.5f;x<1.5f;x+=.05f)

{

a=x*x+y*y-1;

putchar(a*a*a-x*x*y*y*y<0.0f ? 'x':' ');

}

Sleep(100);

putchar('\n');

system ("color fC");

}

getchar();

return 0;

 }


 

0.0分

1 人评分

  评论区

也许,这就是打代码的魅力
2021-11-24 15:03:58
  • «
  • 1
  • »