fork download
  1. #include <stdio.h>
  2.  
  3. int main(k) {
  4. // your code goes here
  5. while(k++<7) {
  6. putchar("~!#/&&%%"[k&7]+'\x40');
  7. }
  8. return 0;
  9. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
coffee