Problem card
User Hijackedsoul
Submission Time 2023-07-27 10:21:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:15:17: error: expected ‘;’ before ‘}’ token
15 | arr[i]=i
| ^
| ;
16 | }
| ~