#include <algorithm> // these two line of code should bw included using namespace std; class RandomClass { int Functions(int a,int b) { return max(a,b); } };