Run ID:145617
提交时间:2026-01-25 17:01:26
#include<bits/stdc++.h> using namespace std; int n,s1,s2,s3; int main(){ cin>>s1>>s2>>s3; cout<<s1<<s2<<s3; }