Hello Everyone,
In my template I use macros like #define ll long long int and many others.
But I found on web that it takes more memory and it is wise to use typedef long long int ll or using ll=long long int
I am confused. Which will be efficient for time as well as memory. Please help me. Thanks in advance.