why in this smoke problem,we take do array as long long instead of taking it as int array …Is it due to some limits bound?
Why to take long long data type?
@TusHar-AroRa-2294450460870717 yes ,array elements ke constraints dekho they are too long so they cant be taken in int so it is taken as long long int array as its elements are large.