Run ID:89510
提交时间:2024-08-25 13:28:00
#include <iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<d<<a<<b<<c<<endl; }