fork download
  1. #include <stdio.h>
  2.  
  3. f(n){for(puts("||||");n--;puts(" ()"));puts("/__\\");}
  4.  
  5. main() {f(5);}
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
||||
 ()
 ()
 ()
 ()
 ()
/__\