Size of array, maps, vectors, lists and other data structures

What is the maximum size of array of int, long long, bool and maps and vectors of same data types that one can declare and use in competetive programming ? Does it vary from compiler and website ?

1 Like

It depends on the maximum memory that is provided by the online ide! You can always calculate and find the memory required for arrays of large length of the required data type!

1 Like