Owl Get a Life
platonic.cpp: In function ‘int main()’:platonic.cpp:10:15: error: expected ‘;’ before ‘cout’ 10 | sort(a+0,a+3) | ^ | ; 11 | cout << a[3]; | ~~~~