Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
124660 | 罗锦墨 | 处理随机数 | C++ | Output Limit Exceeded | 1 MS | 268 KB | 323 | 2025-07-12 10:53:19 |
#include<bits/stdc++.h> using namespace std; int a[1005]; int main() { int n,k,sum=0; cin>>n; while(n--){ cin>>k; a[k] =k; } for(int i=1;i<=1000;i++){ if(a[k]>0){ sum++; } } cout<<sum<<endl; for(int i=1;i<=1000;i++){ if(a[k]>0){ cout<<a[k]<<" "; } } return 0; }