提交时间:2023-04-12 13:19:12

运行 ID: 14269

#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<c<<" "<<b<<" "<<a; }