chemical equation by elb

l=raw_input()
if l[0]=="M":print"2Mg+O2->2MgO"
if l[0]=="H":print"2H2+O2->2H2O"
if l[0]=="C":print"2C2H2+5O2->4CO2+2H2O"

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

download

return to the top page