/* 大文字を小文字に変換する */ #include <stdio.h> main(){ char a; a=97; a=a-32; printf("%c\n", a);}
Standard input is empty
A
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!