运行 ❯
获取
自己
的网站
×
更改方向
更改主题,深色/浅色
转至 Spaces
#include <stdio.h> int main() { float myNum = 5.75; printf("%f", myNum); return 0; }
5.750000