0_0_23205319_5462.cpp:16:9: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:15: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:21: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:27: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:33: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:39: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:45: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp:16:51: error: stray '#' in program
str[i]=1;
^
0_0_23205319_5462.cpp: In function 'int main()':
0_0_23205319_5462.cpp:16:10: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:16: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:22: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:28: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:34: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:40: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:46: error: lvalue required as unary '&' operand
str[i]=1;
^
0_0_23205319_5462.cpp:16:52: error: lvalue required as unary '&' operand
str[i]=1;
^
|