Run ID:128582
提交时间:2025-08-18 14:28:38
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a*100+b*10+c; }