fork download
  1. #include<stdio.h>
  2. void main()
  3. {
  4. int lower, upper;
  5. lower= getchar();
  6. upper= toupper(lower);
  7. putchar(upper);
  8. }
  9.  
Runtime error #stdin #stdout 0s 2172KB
stdin
Standard input is empty
stdout