coreputer.cpp: In function 'std::vector<int> malfunctioning_cores(int)':
coreputer.cpp:4:26: error: expected identifier before numeric constant
4 | int ans=run_diagnostic([0]);
| ^
coreputer.cpp: In lambda function:
coreputer.cpp:4:28: error: expected '{' before ')' token
4 | int ans=run_diagnostic([0]);
| ^
coreputer.cpp: In function 'std::vector<int> malfunctioning_cores(int)':
coreputer.cpp:4:28: error: could not convert '<lambda closure object>malfunctioning_cores(int)::<lambda()>{}' from 'malfunctioning_cores(int)::<lambda()>' to 'std::vector<int>'
coreputer.cpp:8:1: warning: control reaches end of non-void function [-Wreturn-type]
8 | }
| ^