#include <stdio.h> int main() { printf("%f",5); }
此代码打印0.000000.任何人都可以解释为什么会这样.
floating-point
floating-point ×1