prison.cpp: In function 'std::vector<std::vector<int> > devise_strategy(int)':
prison.cpp:19:10: error: expected ',' before '[' token
19 | s[i][0] = 1;
| ^
| ,
prison.cpp:19:10: error: expected identifier before '[' token
prison.cpp:19:20: error: expected ']' before ';' token
19 | s[i][0] = 1;
| ^
| ]
prison.cpp: In lambda function:
prison.cpp:19:20: error: expected '{' before ';' token
prison.cpp: In function 'std::vector<std::vector<int> > devise_strategy(int)':
prison.cpp:21:22: error: 'i' was not declared in this scope
21 | if(1 << (i - 14) & j){
| ^
prison.cpp:28:5: error: expected primary-expression before ']' token
28 | ]
| ^
prison.cpp:29:21: error: 'i' was not declared in this scope
29 | for(int i = 27; i < 40; i++){
| ^