C語言保留小數點後一位

#include<stdio.h> void main() { float a=1,b=2,c;//先定義一個實型數據 c=a/b; printf("%.1f\n",c);//重點在於%.1f } web
相關文章
相關標籤/搜索