提交时间:2025-11-25 17:49:50
运行 ID: 74290
#include<iostream> using namespace std; int main() { int n; cin>>n; printf("%.12f",n); }