0_0_39106430_1591.cpp: In member function 'void PAM::Init()':
0_0_39106430_1591.cpp:27:5: error: expected ';' before 'for'
27 | for(int i = 0; i < kmaxM; i++) ch[0][i] = ch[1][i] = 0;
| ^~~
0_0_39106430_1591.cpp:27:20: error: 'i' was not declared in this scope
27 | for(int i = 0; i < kmaxM; i++) ch[0][i] = ch[1][i] = 0;
| ^
|