Problem flipcards
User asbx
Submission Time 2023-12-02 15:37:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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