Owl Get a Life
lis_easy.cpp: In function ‘int main()’:lis_easy.cpp:22:27: error: expected ‘;’ before ‘}’ token 22 | big = max(current, big) | ^ | ; 23 | } else { | ~