fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. unsigned long long a=10000000000;
  7. printf("%ul",a);
  8. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
1410065408l