Owl Get a Life
platonic.cpp: In function ‘int main()’:platonic.cpp:9:18: error: expected ‘;’ before ‘sort’ 9 | cin >> happy[2] | ^ | ; 10 | sort(happy.begin(), happy.end()); | ~~~~