fork download
  1. #include <cstdio>
  2. #include <cmath>
  3. #include <iostream>
  4. using namespace std;
  5.  
  6. int main() {
  7. unsigned long long r = 6;
  8. unsigned long long c = 6666666666666666;
  9. c += r*pow(10,16);
  10. printf("%llu", c);
  11. return 0;
  12. }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
66666666666666664