Problem Description
Do you know IEEE's constact of single floating point data? If you are not sure, following is the contract:
This problem is really simple for you: please convert the real data into the IEEE single floating point data presentation.
Input
There are N(1<=N<=150) real data need to be converted. Real data can be negative, zero, and positive.
Output
For each real data, print the IEEE single floating point data pr
该博客介绍如何将实数转换为IEEE单精度浮点数的表示形式。内容涉及输入输出格式,以及示例输入输出,适用于理解IEEE浮点数格式的转换规则。

订阅专栏 解锁全文
1071

被折叠的 条评论
为什么被折叠?



