SDUT 算法训练赛 contest 7(set--去重)

A - Remove Duplicates

  CodeForces - 978A 

#include 
using namespace std;
setq;
int a[500],b[55];
int n;
int main()
{
    int m=0;
    cin>>n;
    for(int i=1; i<=n; i++)
        cin>>a[i];
    for(int j=n; j>0; j--)
    {
        if(!q.count(a[j]))
            b[m++]=a[j];
        q.insert(a[j]);
    }
    cout<=0; i--)
        if(i==m-1)
            cout< 
  

你可能感兴趣的:(SDUT 算法训练赛 contest 7(set--去重))