程序設計與C語言

第三章 最簡單的C程序設計——順序程序設計 例3.7 float型數據的有效位數。 #include<stdio.h> int main() {float a; a=10000/3.0; return 0; }
相關文章
相關標籤/搜索