#include <stdio.h> int main() { float x,y; for(y = 1.5f; y>-1.5f; y-=0.1f) { for(x = -1.5f; x<1.5f; x+=0.05f) { float a=x*x+y*y-1; if((a*a*a-x*x*y*y*y)<=0.0f) { } else { } } } return 0; }
Standard input is empty
********* *********
***************** *****************
****************************************
*******************************************
*********************************************
*********************************************
*********************************************
*********************************************
*********************************************
*********************************************
*******************************************
*****************************************
****************************************
*************************************
***********************************
*********************************
*****************************
*************************
*********************
***************
*********
***