提交时间:2025-12-23 21:13:49
运行 ID: 77311
#include<bits/stdc++.h> using namespace std; int main() { cout<<3<<" "<<2<<" "<<1; return 0; }