27
29
1万
论坛元老
#include<bits/stdc++.h> using namespace std; int t[151]; int main() { int n,x; cin>>n; for(int i=1;i<=n;i++) { cin>>x; t[x]++; } for(int i=150;i>=0;i--) { if(t[i]>0) cout<<i<<" "; } }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
Archiver|手机版|小黑屋|DiscuzX
GMT+8, 2025-2-13 05:09 , Processed in 0.048086 second(s), 27 queries .
Powered by Discuz! X3.4
© 2001-2013 Comsenz Inc.. 技术支持 by 巅峰设计