Problem lostarray
User thatsmycroissant
Submission Time 2024-01-09 22:34:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lostarray.cpp: In function ‘int main()’:
lostarray.cpp:20:23: error: expected ‘;’ before ‘}’ token
20 | else cout<<x[i]<<' '
| ^
| ;
21 | }
| ~