Run ID:147360

提交时间:2026-02-04 16:16:44

#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<c<<a<<b; }