0_0_23416974_7105.cpp: In function 'void InitPlug()':
0_0_23416974_7105.cpp:103:32: error: expected ';' before ']' token
if( j && it.f[j - 1] >= 0 ) - 1] , it.mask |= ( (it.mask >> (j - 1) & 1) << j );
^
0_0_23416974_7105.cpp:114:14: error: 'i' was not declared in this scope
auto it = St[i];
^
0_0_23416974_7105.cpp:115:19: error: 'j' was not declared in this scope
it.mask &= ~(1 << j);
^
0_0_23416974_7105.cpp: At global scope:
0_0_23416974_7105.cpp:122:1: error: expected declaration before '}' token
}
^
|