Owl Get a Life
GSS.cpp: In function ‘int main()’:GSS.cpp:29:33: error: expected ‘;’ before ‘cout’ 29 | sum += *next(costs.begin(), i) | ^ | ; 30 | 31 | cout << sum; | ~~~~