fork download
  1. #include<stdio.h>
  2. int main()
  3. { int i, j;
  4. j=printf("21");
  5. if (j){
  6. while(j)
  7. {i = 3; printf("%d", j); --j;}}
  8. else
  9. i = 5; printf("%d", i); return 0; }
  10.  
Success #stdin #stdout 0s 5272KB
stdin
Standard input is empty
stdout
21213