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

Compile Error

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