0_0_20657766_28026.cpp: In function 'int main()':
0_0_20657766_28026.cpp:12:17: error: lvalue required as left operand of assignment
s[1]=s[2]=s[3=s[4]=s[5]=0;
^
0_0_20657766_28026.cpp:12:29: error: expected ']' before ';' token
s[1]=s[2]=s[3=s[4]=s[5]=0;
^
|