Owl Get a Life
GSS.cpp: In function ‘int main()’:GSS.cpp:10:13: error: expected ‘;’ before ‘cout’ 10 | sort(p,p+n) | ^ | ; 11 | cout<<p[1]+p[2]+p[3]; | ~~~~