<?php // your code goes her$total = 10; for($i=1;$i<=30;$i++){$total *= 2;} echo $total;
Standard input is empty
10737418240
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!