0_0_17308835_2623.cpp: In lambda function:
0_0_17308835_2623.cpp:17:13: error: expected '{' before ';' token
a[i]=[j];
^
0_0_17308835_2623.cpp: In function 'int main()':
0_0_17308835_2623.cpp:17:9: error: cannot convert 'main()::<lambda()>' to 'int' in assignment
a[i]=[j];
^
|