0_0_21600142_9160.cpp:15:15: error: stray '#' in program
b[i]=t[i]-'0';
^
0_0_21600142_9160.cpp:15:21: error: stray '#' in program
b[i]=t[i]-'0';
^
0_0_21600142_9160.cpp: In function 'int main()':
0_0_21600142_9160.cpp:15:16: error: lvalue required as unary '&' operand
b[i]=t[i]-'0';
^
|