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