fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. unsigned long long int N;
  7. cin>>N;
  8. cout<<N;
  9. return 0;
  10. }
Success #stdin #stdout 0s 4376KB
stdin
10000000000000000000000000000000000
stdout
18446744073709551615