fork download
  1. /* 大文字を小文字に変換する */
  2.  
  3. #include <stdio.h>
  4. #include<stdbool.h>
  5.  
  6. main()
  7. {
  8. int b ;
  9.  
  10. b = true ;
  11.  
  12.  
  13.  
  14. printf("%d\n",b);
  15. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
1