fork(1) download
  1. /* Helloプログラム */
  2.  
  3. #include <stdio.h>
  4. #include <stdbool.h>
  5. main()
  6. {
  7. int absent;
  8.  
  9. int test;
  10. int b;
  11.  
  12. absent=0;
  13.  
  14. test=80;
  15.  
  16.  
  17. b=((absent<=3)&&(test>=60));
  18.  
  19. printf("%d\n",b);
  20. }
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
1