#include void main() { //char c; //c=; //c=c+32; //putchar(c); putchar(getchar()+32); putchar('\n'); }