fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int c;
  6. c = getchar();
  7. printf("%d", c);
  8. return 0;
  9. }
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
-1