0_0_21599892_17331.cpp:35:27: error: stray '#' in program
if(s[j]==' ')
^
0_0_21599892_17331.cpp:35:33: error: stray '#' in program
if(s[j]==' ')
^
0_0_21599892_17331.cpp: In function 'int main()':
0_0_21599892_17331.cpp:35:28: error: lvalue required as unary '&' operand
if(s[j]==' ')
^
0_0_21599892_17331.cpp:35:30: error: expected ')' before ';' token
if(s[j]==' ')
^
0_0_21599892_17331.cpp:35:34: error: lvalue required as unary '&' operand
if(s[j]==' ')
^
0_0_21599892_17331.cpp:35:37: error: expected primary-expression before ')' token
if(s[j]==' ')
^
|