fork download
  1. #include <stdio.h>
  2. void main()
  3. {
  4. int n;
  5. scanf("%d",&n);
  6. printf("enter = %d",n);
  7. }
Success #stdin #stdout 0s 4200KB
stdin
Standard input is empty
stdout
enter = 32765