0_0_39535107_12268.cpp:1:14: error: non-local lambda expression cannot have a capture-default
1 | auto solve=[&]()->void
| ^
0_0_39535107_12268.cpp: In lambda function:
0_0_39535107_12268.cpp:3:9: error: 'cout' was not declared in this scope
3 | cout<<200000<<" "<<200000<<endl;
| ^~~~
0_0_39535107_12268.cpp:3:36: error: 'endl' was not declared in this scope
3 | cout<<200000<<" "<<200000<<endl;
| ^~~~
|