Owl Get a Life
flipcards.cpp: In function ‘int32_t main()’:flipcards.cpp:29:26: error: expected ‘;’ before ‘}’ token 29 | ans = max(ans,arr[n-m]) | ^ | ; 30 | } | ~