Data type of primes array

Since the value of n can be so large. Which datatype should i use for the array of primes since long long int is not working.

@payal_05 try storing them in vector.