摘要: 1.float类型: 相比int,可用于表示小数,精度为6个数值,大小为4个字节 2.double类型: 比float精度更高,大小为8个字节 A.测精度#include<stdio.h>int main(){ float a = 3.11246; float b = 6.55541; float 阅读全文
posted @ 2022-09-10 18:14 纯爱暴打ntr 阅读(68) 评论(0) 推荐(0)