Run ID:114716
提交时间:2025-03-23 11:51:59
#include<bits/stdc++.h> using namespace std; int main(){ string a,b,c,d,e,f,g,h,r,j; cin>>a>>b>>c>>d>>e>>f>>g>>h>>r>>j; cout<<a<<" "<<b<<" "<<c<<" "<<d<<" "<<e<<" "<<f<<" "<<g<<" "<<h<<" "<<r<<" "<<j; //cout<<fixed<<setprecision(2)<<(a-32)*5/9; return 0; }