Owl Get a Life
snack.cpp: In function ‘int main()’:snack.cpp:27:19: error: expected ‘;’ before ‘cout’ 27 | sort(arr2,arr2+x) | ^ | ; 28 | cout<<arr2[x-1]<<endl; | ~~~~