摘要: #include<stdio.h> int main() { long double fLongDouble; fLongDouble=46.257; printf("%f\n",fLongDouble); return 0; } 阅读全文
posted @ 2017-01-14 22:35 KLDYG 阅读(335) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main() { double dDoubleStyle; dDoubleStyle=61.458; printf("%f\n",dDoubleStyle); return 0; } 阅读全文
posted @ 2017-01-14 22:29 KLDYG 阅读(605) 评论(0) 推荐(0) 编辑