0_0_17298634_25490.cpp: In function 'int main()':
0_0_17298634_25490.cpp:35:26: error: array must be initialized with a brace-enclosed initializer
int y[i]=r[i]-l[i],p[i]=r[i]+l[i];
^
0_0_17298634_25490.cpp:35:41: error: array must be initialized with a brace-enclosed initializer
int y[i]=r[i]-l[i],p[i]=r[i]+l[i];
^
|