We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
#define toStr(x) #x#define io(v) cin >> v#define INF 100000000#define foreach(v, i) for(int i = 0; i < v.size(); i++)#define FUNCTION(name, op) void name(int& a, int b) { if (b op a) a = b; }
Cookie support is required to access HackerRank
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 →