0_0_38240038_7798.cpp: In function 'void doit(int, int, int)':
0_0_38240038_7798.cpp:88:8: error: expected unqualified-id before '[' token
auto [op , val , id] = tr[u].front();
^
0_0_38240038_7798.cpp:90:6: error: 'op' was not declared in this scope
if(op == 0){
^
0_0_38240038_7798.cpp:91:14: error: 'val' was not declared in this scope
Tr.insert(val, id);
^
0_0_38240038_7798.cpp:91:19: error: 'id' was not declared in this scope
Tr.insert(val, id);
^
0_0_38240038_7798.cpp:93:8: error: 'id' was not declared in this scope
ans[id] = max(ans[id],Tr.query(val));
^
0_0_38240038_7798.cpp:93:35: error: 'val' was not declared in this scope
ans[id] = max(ans[id],Tr.query(val));
^
|