fork(2) download
  1. #include <stdio.h>
  2.  
  3. main() {
  4. int n = 0x24E3AF7D, k;
  5. for(int a = 0; a < 3; a++) {
  6. for(k = 0; k++ < 3; n >>= 1) {
  7. putchar(n&1?37:32);
  8. }
  9. printf("\n");
  10. }
  11. }
Success #stdin #stdout 0s 5520KB
stdin
Standard input is empty
stdout
% %
%%%
% %