fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int a;
  5. printf("hello \n");
  6. scanf("%d \n ",&a);
  7. printf("%d",a);
  8. return 0;
  9. }
Success #stdin #stdout 0s 5288KB
stdin
86600
stdout
hello 
86600