#include <stdio.h>
#include <stdlib.h>
#include<windows.h>
int main()
{
float x,y,a;
system("color fC");
for(y=1.5f;y> -1.5f;y-=0.1f){
for(x= -1.5f;x<1.5f;x+=0.05f){
a=x*x+y*y-1;
putchar(a*a*a-x*x*y*y*y<=0.0f?'*':' ');
}
putchar('n');
}
return 0;
}

最后
以上就是平淡墨镜最近收集整理的关于#C语言粉红色心型图案#的全部内容,更多相关#C语言粉红色心型图案#内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复