program fu(input,output); begin assign(output,'division.out'); rewrite(output); writeln('1.633'); close(output); end.