#include<stdio.h>
int main(){
    int N=5;
    printf("N = 5");
    printf("Enter the number from the range of -1000 to 1000:%d\n",N);
}
if(){
    printf("No duplicates found");
}
else(n<1){
    printf("Invalid input");
}