I wanted to know is using
#define ll long long
typedef long long ll;
A good practice, I adopted it few weeks ago after looking at codes of top red coder in codeforces.
Also please explain the difference b/w typedef and #define because everywhere I have studied or spotted these it , they work alike.
Explain #define and typedef use and difference?
Also is it good to use, does the runtime get reduced even if it does get reduced by 0.0000001 second ,please tell.