fork(13) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4.  
  5. int main( void )
  6. {
  7. int a = 0 ;
  8.  
  9. if(scanf("%d", &a) == 1)
  10. {
  11. printf("%d" , a ) ;
  12. }
  13.  
  14.  
  15. }
  16.  
Success #stdin #stdout 0s 1836KB
stdin
77x
stdout
77