{ > Src.u } program surface (output); begin writeln (3 DIV 2, 3.0/2.0, 3.0/2, 3/2.0); end.