0_0_20645914_4783.cpp: In function 'int main()':
0_0_20645914_4783.cpp:16:2: error: incompatible types in assignment of 'int' to 'int [110]'
y=l[x];
^
0_0_20645914_4783.cpp:18:5: error: invalid conversion from 'int*' to 'int' [-fpermissive]
l[i]=y;
^
|