提交时间:2026-06-06 15:16:55
运行 ID: 443607
#include<bits/stdc++.h> using namespace std; int main(){ int g,s,b; cin>>g>>s>>b; cout<<b<<s<<g; return 0; }