0_0_21595495_3556.cpp:61:29: error: stray '#' in program
if(str[i]=='*'){pos=i;continue;}
^
0_0_21595495_3556.cpp:61:35: error: stray '#' in program
if(str[i]=='*'){pos=i;continue;}
^
0_0_21595495_3556.cpp:62:36: error: stray '#' in program
num[cnt]|=(str[i]-'0')<<i;
^
0_0_21595495_3556.cpp:62:42: error: stray '#' in program
num[cnt]|=(str[i]-'0')<<i;
^
0_0_21595495_3556.cpp: In function 'int main()':
0_0_21595495_3556.cpp:61:30: error: lvalue required as unary '&' operand
if(str[i]=='*'){pos=i;continue;}
^
0_0_21595495_3556.cpp:61:32: error: expected ')' before ';' token
if(str[i]=='*'){pos=i;continue;}
^
0_0_21595495_3556.cpp:61:36: error: lvalue required as unary '&' operand
if(str[i]=='*'){pos=i;continue;}
^
0_0_21595495_3556.cpp:61:39: error: expected primary-expression before ')' token
if(str[i]=='*'){pos=i;continue;}
^
0_0_21595495_3556.cpp:62:37: error: lvalue required as unary '&' operand
num[cnt]|=(str[i]-'0')<<i;
^
0_0_21595495_3556.cpp:62:39: error: expected ')' before ';' token
num[cnt]|=(str[i]-'0')<<i;
^
0_0_21595495_3556.cpp:62:46: error: expected primary-expression before ')' token
num[cnt]|=(str[i]-'0')<<i;
^
|