Problem flipcards
User Elnathan
Submission Time 2023-12-02 17:50:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flipcards.cpp: In function ‘int main()’:
flipcards.cpp:13:30: error: expected ‘;’ before ‘}’ token
13 | c = max(c, max(a[i], b[i]))
| ^
| ;
14 | }
| ~