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