Program da;var i,p:integer;begin for i:=1 to 300 doif (i mod 2=1) thenp:=p*i;writeln ('P=', p);readln;end.
Standard input is empty
P=0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!