Owl Get a Life
feast.cpp: In function ‘int main()’:feast.cpp:18:18: error: expected ‘;’ before ‘if’ 18 | m = max(a[i],m) | ^ | ; 19 | if(x<0) | ~~