#include <bits/stdc++.h>
using namespace std;
int main()
{
double a;
for (double y = 1.5; y > -1.5; y -= 0.1)
{
for (double x = -1.5; x < 1.5; x += 0.05)
{
a = x*x + y*y-1;
putchar(a*a*a-x*x*y*y*y <= 0.0 ? '*' : ' ');
}
system("color 0c");
putchar('\n');
}
printf("你朋友的名字~\n");
printf("永远开心快乐!( ̄▽ ̄) ~*( ̄▽ ̄)/\n");
return 0;
}
共 12 条回复
你加一个阻塞进程的框框罢
si de tou tou 滴
死啦死啦滴
任务管理器?我怎么动不了鼠标?
笑死,我直接任务管理器好吧
“小助手”
666