Run ID:109967
提交时间:2025-02-13 16:42:24
#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c; cin>>a>>b>>c; printf("%.2f",a,b,c); }