提交时间:2024-11-22 15:46:19
运行 ID: 57412
#include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<c<<" "<<b<<" "<<a; }