Owl Get a Life
stepgame.cpp: In function ‘int main()’:stepgame.cpp:10:27: error: expected ‘;’ before ‘}’ token 10 | best = std::max(best, v) | ^ | ; 11 | } | ~