提交时间:2023-12-04 20:57:35

运行 ID: 33034

#include<iostream> using namespace std; int main() { float num1; cin>>num1; printf("%.3f",num1); return 0; }