Owl Get a Life
platonic.cpp: In function ‘int main()’:platonic.cpp:7:25: error: expected ‘;’ before ‘}’ token 7 | cout << max({v1,v2,v3}) | ^ | ; 8 | } | ~