• + 0 comments
    #inlcude <algorithm>
    
    int max_of_four(int a, b,c,d){
    return max({a,b,c,d});
    }