fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. char nono;
  6. scanf("%c", &nono);
  7. printf("-%c-", nono);
  8. // your code goes here
  9. return 0;
  10. }
Success #stdin #stdout 0s 2296KB
stdin
 
stdout
- -