0_0_22013860_32488.cpp: In function 'int main()':
0_0_22013860_32488.cpp:71:47: error: expected ';' before ')' token
for (int s = 0; s < (1 << bad[i].size())); s++) dp[i][s] = 0;
^
0_0_22013860_32488.cpp:71:50: error: 's' was not declared in this scope
for (int s = 0; s < (1 << bad[i].size())); s++) dp[i][s] = 0;
^
|