fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. double multiply = 1;
  5. int i;
  6. for(i = 1; i <= 1000; i++) {
  7. multiply *= 2;
  8. }
  9. printf("%lf\n", multiply);
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
10715086071862673209484250490600018105614048117055336074437503883703510511249361224931983788156958581275946729175531468251871452856923140435984577574698574803934567774824230985421074605062371141877954182153046474983581941267398767559165543946077062914571196477686542167660429831652624386837205668069376.000000