0_0_21595895_15493.cpp:46:27: error: stray '#' in program
if(ch == '1') ++num[j];
^
0_0_21595895_15493.cpp:46:33: error: stray '#' in program
if(ch == '1') ++num[j];
^
0_0_21595895_15493.cpp: In function 'int main()':
0_0_21595895_15493.cpp:46:28: error: lvalue required as unary '&' operand
if(ch == '1') ++num[j];
^
0_0_21595895_15493.cpp:46:30: error: expected ')' before ';' token
if(ch == '1') ++num[j];
^
0_0_21595895_15493.cpp:46:37: error: expected primary-expression before ')' token
if(ch == '1') ++num[j];
^
0_0_21595895_15493.cpp:47:17: error: 'else' without a previous 'if'
else num[j] = 0;
^
|