运行 ❯
获取你的
自己的网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
#include <stdio.h> int main() { // Automatic conversion: int to float float myFloat = 9; printf("%f", myFloat); return 0; }
9.000000