Problem flipcards
User asbx
Submission Time 2023-12-02 13:55:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flipcards.cpp: In function ‘int32_t main()’:
flipcards.cpp:20:24: error: expected ‘)’ before ‘;’ token
20 | cout<<max(a[n-1],b[n-1];
| ~ ^
| )