Run ID:90947
提交时间:2024-09-20 16:01:48
#include <bits/stdc++.h> using namespace std; int main(){ int a,b,n; cin>>a>>b>>n; cout<<a<<b<<n; }