fork download
  1. #include<bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6. long long int n;
  7. for (int i=0 ;i<10; i++) {
  8. scanf("%lld",&n);
  9. printf("%lld\n",n);
  10. }
  11. return 0;
  12. }
Success #stdin #stdout 0s 3300KB
stdin
99999999999999999999999999999999
99999999999999254526246246262624
45235635735752624626275785383835
55555555552425261626272414647147
54258297207075926962865826865827
95692659265982698659057087620704
44444458965246020670286956296592
78975289702760276067208762
96924862867402786027067206
962840205027600706270
stdout
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807
9223372036854775807