Problem aliens
User PlayVoltz
Submission Time 2024-05-16 14:26:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

aliens.cpp: In function ‘int main()’:
aliens.cpp:22:32: error: expected ‘;’ before ‘}’ token
22 | m[s].mx=max(m[s].mx, m[s].l)
| ^
| ;
23 | }
| ~