Facebook
From Jittery Macaque, 9 Years ago, written in Plain Text.
This paste is a reply to Untitled from Perl Mockingjay - go back
Embed
Viewing differences between Untitled and Re: Untitled
#include 
#include 
using namespace std;
int tab [500001];
int main()
{
int n;
bool x;
cin>>n;
scanf("%d",&n;
for(int i=0;i>tab[i];

i=0;i
for(int i=1;i<=n;i++)
{
    x=false;
    for(int j=0;j     {
        if(i==tab[j])
            x=true;
    }
    if(x==false)
    cout< }
    return 0;
}

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Morose Horse text 9 Years ago.