fork download
  1. #include <stdio.h>
  2.  
  3.  
  4. int main()
  5. {
  6. int i = atoi( " 3 ");
  7. printf( "%d", i );
  8. return 0;
  9. }
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
3