#include <iostream>
#include <algorithm>
#include <typeinfo>


using namespace std;

int main() {
    auto array2= {1,2,3};
    cout << max(array2) << "\n";
    
    
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: