Run ID:126022
提交时间:2025-07-15 21:23:49
#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<a*100+b*10+c; }