原地址https://www.zhihu.com/topic/19613730/top-answers 首先上一个动态的心 代码如下: #include <stdio.h> #include <math.h> #include <windows.h> #include <tchar.h> float f(float x, float y, float z) { ; return a * a * a - x * x * z * z * z - 9.0f / 8…
/*每个main函数代表一种形状*/#include<iostream> using namespace std; #include<stdio.h> #include<math.h> /*int main(void){ for(float y = 1.5f;y > -1.5f;y -= 0.06f){ for(float x = -1.5f;x < 1.5f;x += 0.03f){ float a = x * x + y * y - 1; putchar…
#include <stdio.h> int main() { for (float y = 1.5f; y > -1.5f; y -= 0.1f) { for (float x = -1.5f; x < 1.5f; x += 0.05f) { ; float f = z * z * z - x * x * y * y * y; putchar(f <= 0.0f ? ".:-=+*#%@"[(int)(f * -8.0f)] : ' '); } putc…