fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. long long valid;
  5. scanf("%lld", &valid);
  6. printf("%lld", valid);
  7. }
  8.  
  9. //https://pt.stackoverflow.com/q/324721/101
Success #stdin #stdout 0s 4372KB
stdin
123456789
stdout
123456789