A.scanf("%d",&x) B.scanf("%f",&x) C.scanf("%lf",x) D.scanf("%lf",&x)
A.輸出寬度為5 B.輸出5個(gè)數(shù) C.輸出數(shù)據(jù)時(shí)保留5位小數(shù) D.輸出5個(gè)d
A.string.h B.math.h C.conio.h D.stdio.h