#C语言粉红色心型图案#
#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){