0_0_21593443_24008.cpp:60:30: error: stray '#' in program
if( str[j]=='1' )
^
0_0_21593443_24008.cpp:60:36: error: stray '#' in program
if( str[j]=='1' )
^
0_0_21593443_24008.cpp: In function 'int main()':
0_0_21593443_24008.cpp:60:31: error: lvalue required as unary '&' operand
if( str[j]=='1' )
^
0_0_21593443_24008.cpp:60:33: error: expected ')' before ';' token
if( str[j]=='1' )
^
0_0_21593443_24008.cpp:60:41: error: expected primary-expression before ')' token
if( str[j]=='1' )
^
|