fork download
  1. #include<stdio.h>
  2.  
  3. void main()
  4.  
  5. {
  6.  
  7. int i;
  8.  
  9. printf("%d", scanf("%d",&i));
  10.  
  11. //provide input as 100;
  12.  
  13. }
Runtime error #stdin #stdout 0s 4412KB
stdin
Standard input is empty
stdout
-1