Owl Get a Life
calc.cpp: In function ‘int main()’:calc.cpp:23:9: error: no match for ‘operator+=’ (operand types are ‘int’ and ‘std::vector<int>’) 23 | total += s[i]; | ~~~~~~^~~~~~~