fork download
  1. #include <stdio.h>
  2. int main (){
  3.  
  4. long long int angka;
  5. scanf("%lld", &angka);
  6.  
  7. printf("%lld", angka);
  8.  
  9. return 0;
  10. }
  11.  
  12.  
Success #stdin #stdout 0s 5320KB
stdin
974387636782
stdout
974387636782