roz.cpp: In function 'int maxSub(std::vector<int>&)':
roz.cpp:10:9: error: 'i' was not declared in this scope
10 | FOR(i,1,(int)arr.size()-1){
| ^
roz.cpp:10:5: error: 'FOR' was not declared in this scope
10 | FOR(i,1,(int)arr.size()-1){
| ^~~
roz.cpp:9:18: warning: unused variable 'Min' [-Wunused-variable]
9 | int res = 0, Min = 0;
| ^~~
roz.cpp: In function 'void solve()':
roz.cpp:20:9: error: 'i' was not declared in this scope
20 | rep(i, n)
| ^
roz.cpp:20:5: error: 'rep' was not declared in this scope
20 | rep(i, n)
| ^~~