`program_povrsina_pravougaonika';
var_s,v,P:real;
begin
read(s,v);
p:=s*v;
write(p);
end.