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