0_0_18277033_4575.cpp: In function 'void get_fail()':
0_0_18277033_4575.cpp:47:11: error: request for member 'empty' in 'q', which is of non-class type 'int [1000100]'
while(!q.empty()){
^
0_0_18277033_4575.cpp:48:13: error: expected ',' before '++' token
int x = [t++];
^
0_0_18277033_4575.cpp:48:13: error: expected identifier before '++' token
0_0_18277033_4575.cpp: In lambda function:
0_0_18277033_4575.cpp:48:16: error: expected '{' before ';' token
int x = [t++];
^
0_0_18277033_4575.cpp: In function 'void get_fail()':
0_0_18277033_4575.cpp:48:16: error: cannot convert 'get_fail()::<lambda()>' to 'int' in initialization
|