fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char ch;
  6. ch=getchar();
  7. ch=ch+32;
  8. putchar(ch);
  9. putchar('\n');
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0.01s 5320KB
stdin
N
stdout
n