0_0_32763737_21012.cpp: In function 'int main()':
0_0_32763737_21012.cpp:7:15: error: expected identifier before numeric constant
s[0]=3,s[1]=[7]
^
0_0_32763737_21012.cpp: In lambda function:
0_0_32763737_21012.cpp:8:2: error: expected '{' before 'cin'
cin>>n;
^
0_0_32763737_21012.cpp: In function 'int main()':
0_0_32763737_21012.cpp:7:13: error: invalid user-defined conversion from 'main()::<lambda()>' to 'long long int' [-fpermissive]
s[0]=3,s[1]=[7]
^
0_0_32763737_21012.cpp:7:16: note: candidate is: main()::<lambda()>::operator void (*)()() const <near match>
s[0]=3,s[1]=[7]
^
0_0_32763737_21012.cpp:7:16: note: no known conversion from 'void (*)()' to 'long long int'
0_0_32763737_21012.cpp:8:2: error: expected ';' before 'cin'
cin>>n;
^
0_0_32763737_21012.cpp:9:14: error: 'i' was not declared in this scope
for(int n=0;i<n;i++)
^
0_0_32763737_21012.cpp:13:17: error: 'mlj' was not declared in this scope
for(int j=1;j<mlj++)
^
0_0_32763737_21012.cpp:13:22: error: expected ';' before ')' token
for(int j=1;j<mlj++)
^
|