提交时间:2025-12-10 14:29:42
运行 ID: 75788
#include<bits/stdc++.h> using namespace std; int main() { cout<<3<<" "<<2<<" "<<1; return 0; }