Run ID:1670

提交时间:2023-10-29 11:18:16

#include<cstdio> using namespace std; int main(){ int a,b,c,d,e; scanf("%d%d%d%d%d",&a,&b,&c,&d,&e); printf("%d",a+10*b+100*c+d*1000+10000*e); return 0; }