what is the meaing of 1ll in the statement : ll denom = 1ll?
What does 1ll represent?
1LL means the number 1 is saved using at least 64 bits. It’s called a long long integer.
what is the meaing of 1ll in the statement : ll denom = 1ll?
1LL means the number 1 is saved using at least 64 bits. It’s called a long long integer.