fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char *s;
  6. scanf("%s",s);
  7. printf("%c",s[0]);
  8. return 0;
  9.  
  10. }
  11.  
Runtime error #stdin #stdout 0s 4292KB
stdin
Standard input is empty
stdout
Standard output is empty