0_0_17296531_28321.cpp: In lambda function:
0_0_17296531_28321.cpp:113:48: error: expected '{' before '[' token
if(!f[i][j]&&ok[a[j]-a[i]]){[i][j]|=f[i+1][j-1];
^
0_0_17296531_28321.cpp: In function 'int main()':
0_0_17296531_28321.cpp:113:48: error: no match for 'operator[]' (operand types are 'main()::<lambda()>' and 'int')
0_0_17296531_28321.cpp:132:1: error: expected '}' at end of input
}
^
|