fork download
  1. int main(){
  2. long long a,b,c,i;
  3. long long d=2, e=2;
  4. scanf("%llu %llu %llu",&a,&b,&c);
  5. for (i=1;i<=63;i++){
  6. d=2*d;
  7. }
  8. for (i=1;i<=63;i++){
  9. e=2*i*e;
  10. }
  11. printf("%llu \n%llu", d-1, e-1);
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
18446744073709551615 
18446744073709551615