fork(10) download
  1. #include <math.h>
  2. int main(i,r,c){
  3. for(r=0;r<24;r++){
  4. c=(int)(sinf(acosf(r/12.0-1))*24);
  5. if(r==23)printf("Happy Halloween");else
  6. for(i=0;i<24-c;i++)printf(" ");
  7. for(i=0;i<2*c;i++)printf("%c",
  8. ((r>4&&r<8&&(i>6&&i<12||i>26&&i<32))||
  9. (r>12&&r<21&&i>7&&i<2*c-8))?' ':'@');
  10. printf("\n");}}
Runtime error #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
                        
               @@@@@@@@@@@@@@@@@@
           @@@@@@@@@@@@@@@@@@@@@@@@@@
         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
       @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
     @@@@@@@     @@@@@@@@@@@@@@@     @@@@@@
    @@@@@@@     @@@@@@@@@@@@@@@     @@@@@@@@
   @@@@@@@     @@@@@@@@@@@@@@@     @@@@@@@@@@
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
 @@@@@@@@                              @@@@@@@@
 @@@@@@@@                              @@@@@@@@
 @@@@@@@@                              @@@@@@@@
  @@@@@@@@                            @@@@@@@@
   @@@@@@@@                          @@@@@@@@
    @@@@@@@@                        @@@@@@@@
     @@@@@@@@                      @@@@@@@@
       @@@@@@@@                  @@@@@@@@
         @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
           @@@@@@@@@@@@@@@@@@@@@@@@@@
Happy Halloween@@@@@@@@@@@@@@@@@@