Problem lis_easy
User Mischa
Submission Time 2023-11-10 09:46:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:8:8: error: expected ‘;’ before ‘arr’
8 | cin arr[N]={};
| ^~~~
| ;