You are viewing a single comment's thread. Return to all comments →
Macros:
#define toStr(x) #x #define io(v) cin >> v #define FUNCTION(name, op) inline void name(int &x, int y) {if(y op x) x = y;} #define INF 10000000 #define foreach(v, i) for(int i = 0; i < v.size(); i++)
Seems like cookies are disabled on this browser, please enable them to open this website
Preprocessor Solution
You are viewing a single comment's thread. Return to all comments →
Macros: