Run ID:89275
提交时间:2024-08-23 14:22:58
#include<iostream> using namespace std; int main(){ int a,s,d; cin>>a>>s>>d; cout<<a*100+s*10+d; }