chemical equation by uru

begin case random(3)of 0:write('2Mg+O2->2MgO');1:write('2H2+O2->2H2O');2:write('2C2H2+5O2->4CO2+2H2O')end;end.

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page