Program we;
uses crt;
const a=543; b=130;
var s:real;
BEGIN
s:=a div b;
writeln('otwet s',s:6:2);
readln;
END.