提交时间:2023-12-02 10:41:28

运行 ID: 32618

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