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