0_0_37589748_11848.cpp: In function 'int main()':
0_0_37589748_11848.cpp:146:24: error: expected unqualified-id before '[' token
for(auto & [k,testid]:que[p]){
^
0_0_37589748_11848.cpp:146:24: error: expected ';' before '[' token
0_0_37589748_11848.cpp:146:27: error: 'testid' was not declared in this scope
for(auto & [k,testid]:que[p]){
^
0_0_37589748_11848.cpp: In lambda function:
0_0_37589748_11848.cpp:146:34: error: expected '{' before ':' token
for(auto & [k,testid]:que[p]){
^
0_0_37589748_11848.cpp: In function 'int main()':
0_0_37589748_11848.cpp:146:34: error: could not convert '<lambda closure object>main()::<lambda()>{k}' from 'main()::<lambda()>' to 'bool'
0_0_37589748_11848.cpp:146:34: error: expected ';' before ':' token
0_0_37589748_11848.cpp:146:34: error: expected primary-expression before ':' token
0_0_37589748_11848.cpp:146:34: error: expected ')' before ':' token
0_0_37589748_11848.cpp:146:34: error: expected primary-expression before ':' token
|