C++ template

I used to code in Python. Now I have decided to shift from py to cpp. Now I know that you all use
#define FOR(a, b, c) for (int(a) = (b); (a) < c ; ++(a))
and many more similar lines to shorten your code. Please share template you use during competitions and learning resources related to it.

Thanks in advance :smile:

1 Like