0_0_29354865_17742.cpp:7:2: error: stray '#' in program
int n; //待接收的字符串个数
^
0_0_29354865_17742.cpp:7:8: error: stray '#' in program
int n; //待接收的字符串个数
^
0_0_29354865_17742.cpp:7:14: error: stray '#' in program
int n; //待接收的字符串个数
^
0_0_29354865_17742.cpp:8:2: error: stray '#' in program
int max=0; //统计数量最多的字符串
^
0_0_29354865_17742.cpp:8:8: error: stray '#' in program
int max=0; //统计数量最多的字符串
^
0_0_29354865_17742.cpp:8:14: error: stray '#' in program
int max=0; //统计数量最多的字符串
^
0_0_29354865_17742.cpp: In function 'int main()':
0_0_29354865_17742.cpp:7:3: error: lvalue required as unary '&' operand
int n; //待接收的字符串个数
^
0_0_29354865_17742.cpp:7:9: error: lvalue required as unary '&' operand
int n; //待接收的字符串个数
^
0_0_29354865_17742.cpp:7:15: error: lvalue required as unary '&' operand
int n; //待接收的字符串个数
^
0_0_29354865_17742.cpp:8:3: error: lvalue required as unary '&' operand
int max=0; //统计数量最多的字符串
^
0_0_29354865_17742.cpp:8:9: error: lvalue required as unary '&' operand
int max=0; //统计数量最多的字符串
^
0_0_29354865_17742.cpp:8:15: error: lvalue required as unary '&' operand
int max=0; //统计数量最多的字符串
^
|