fork download
  1. #include <stdio.h>
  2.  
  3. void main()
  4. {
  5. int Theater;
  6.  
  7. ///scanf("%d",&Theater);
  8. printf("Theater = %d\n",Theater);
  9. printf("Show number >> %d",Theater);
  10. }
Runtime error #stdin #stdout 0s 9432KB
stdin
777
stdout
Theater = 0
Show number >> 0