0_0_33827012_17002.cpp: In lambda function:
0_0_33827012_17002.cpp:39:40: error: expected '{' before '.' token
while(k < n && !list[k].flag && [k].l >= list[s].l && list[k].w >= list[s].w){
^
0_0_33827012_17002.cpp: In function 'int main()':
0_0_33827012_17002.cpp:39:41: error: 'struct main()::<lambda()>' has no member named 'l'
while(k < n && !list[k].flag && [k].l >= list[s].l && list[k].w >= list[s].w){
^
|