int a = 1; int b = 2; int c = 3; int m = std::max({a, b, c});
int i = 3, j=5; int maximum; maximum = max(i,j); //5