Owl Get a Life
sumstack.cpp: In function ‘int32_t main()’:sumstack.cpp:54:15: error: expected ‘;’ before ‘for’ 54 | cout << "\n" | ^ | ; 55 | 56 | for (auto i: res){ | ~~~