there was a point where the instructor wrote the following what does that specific line mean?
ll denom = 1ll
there was a point where the instructor wrote the following what does that specific line mean?
ll denom = 1ll
no, most probably he declared long long as ‘ll’ (as in small letter of L) then goes on to write ‘ll denom’ wich is a variable and sort of initializes it with 1ll but doesnt mention 1ll anywhere else or what it stands for?
if you could see the lecture if it is accessible to you, then please let me know
then he must have done like this in the above code somwhere
#define ll long long int
this means that he is declaring the variable as of type of long long int instead of int .
ans is: It is 1 of type long long. He didn’t clear it in the lecture so i got confused. thanks anyway
yes,if you feel that your doubt is cleared please mark this doubt as resolved.
Happy Learning!!
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.