Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
114716 王镜铭 数组输出 C++ Accepted 0 MS 272 KB 271 2025-03-23 11:51:59

Tests(1/1):


Code:

#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; }