triusis.cpp: In function 'int main()':
triusis.cpp:23:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | for(int i=0; i<v.size(); ++i) {
| ~^~~~~~~~~
triusis.cpp:25:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
25 | if(i==v.size()-1) {
| ~^~~~~~~~~~~~
triusis.cpp:33:20: error: 'ac' was not declared in this scope
33 | if(!v.size()) {ac
| ^~