Run ID:148532
提交时间:2026-02-25 16:03:19
#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<c<<b<<a; }