0_0_23852729_24867.cpp:16:24: error: expected initializer before 'a'
inline int count(int j)a
^
0_0_23852729_24867.cpp: In function 'int main()':
0_0_23852729_24867.cpp:59:39: error: 'count' was not declared in this scope
for(j=0;j<bin[n];++j)upd(ans[count(j)],h[cur][j]);
^
|