Run ID:147097

提交时间:2026-02-02 18:05:51

#include<bits/stdc++.h> using namespace std; int n,y,r; int main(){ cin>>r>>n>>y; cout<<y<<r<<n; return 0; }