fork download
  1. #include<stdio.h>
  2. int main(void)
  3. {
  4. char c=48;
  5. int i, mask=01;
  6. for(i=1; i<=1; i++)
  7. {
  8. printf("%c", c|mask);
  9. mask = mask<<1;
  10. }
  11. return 0;
  12. }
Success #stdin #stdout 0s 4484KB
stdin
Standard input is empty
stdout
1