fork download
  1. int main(){
  2. float x,y,z;
  3. for(y=1.5; x<1.5; y-=0.1){
  4. for(x=-1.5; x<1.5; x+=0.05){
  5. z=x*x+y*y-1;
  6. putchar(z*z*z-x*x*y*y*y<=0.0?'"':' ');
  7. }
  8. system("color 0c");
  9. putchar('\n');
  10. }
  11. printf("Happy 2 month with you");
  12. printf("Rak naka<3");
  13. return 0;
  14. }
Success #stdin #stdout #stderr 0.01s 5272KB
stdin
Standard input is empty
stdout
                                                             
Happy 2 month with youRak naka<3
stderr
sh: 1: color: not found