0_0_23527037_2795.cpp: In function 'int main()':
0_0_23527037_2795.cpp:22:24: error: expected ',' before '*' token
flag=[k*i];
^
0_0_23527037_2795.cpp:22:24: error: expected identifier before '*' token
0_0_23527037_2795.cpp: In lambda function:
0_0_23527037_2795.cpp:22:27: error: expected '{' before ';' token
flag=[k*i];
^
0_0_23527037_2795.cpp: In function 'int main()':
0_0_23527037_2795.cpp:22:21: error: invalid user-defined conversion from 'main()::<lambda()>' to 'long long int' [-fpermissive]
flag=[k*i];
^
0_0_23527037_2795.cpp:22:26: note: candidate is: main()::<lambda()>::operator void (*)()() const <near match>
flag=[k*i];
^
0_0_23527037_2795.cpp:22:26: note: no known conversion from 'void (*)()' to 'long long int'
|