单项选择题

已知实型变量r的值为32.635,若要求按32.635的形式输出,应使用的写语句是()

A.writeln(r)
B.writeln(r:6:3)
C.write(r:5:3)
D.writeln(r:5)