A.writeln(r) B.writeln(r:6:3) C.write(r:5:3) D.writeln(r:5)
A.常量說明 B.類型定義 C.變量說明 D.程序首部
A.f(2,3) B.f(2,3.0) C.f(a+b,c) D.f(b,2)