0_0_27528480_15922.cpp: In function 'int main()':
0_0_27528480_15922.cpp:50:11: error: expected identifier before numeric constant
pow2=[0]=1;
^
0_0_27528480_15922.cpp: In lambda function:
0_0_27528480_15922.cpp:50:13: error: expected '{' before '=' token
pow2=[0]=1;
^
0_0_27528480_15922.cpp: In function 'int main()':
0_0_27528480_15922.cpp:50:13: error: no match for 'operator=' (operand types are 'main()::<lambda()>' and 'int')
0_0_27528480_15922.cpp:50:13: note: candidate is:
0_0_27528480_15922.cpp:50:12: note: main()::<lambda()>& main()::<lambda()>::operator=(const main()::<lambda()>&) <deleted>
pow2=[0]=1;
^
0_0_27528480_15922.cpp:50:12: note: no known conversion for argument 1 from 'int' to 'const main()::<lambda()>&'
|