foo.cc: In function ‘int new_node(ll)’:
foo.cc:20:84: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
20 | t[u].pri = rand(), t[u].lch = t[u].rch = t[u].flip = t[u].sam = t[u].same_ = 0, t[u].siz = 1,
| ~~~~~~~~~~~^~~
foo.cc: In function ‘void push_down(int)’:
foo.cc:47:105: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
47 | if (t[u].sam) same__(t[u].lch, t[u].same_), same__(t[u].rch, t[u].same_), t[u].sam = t[u].same_ = 0;
| ~~~~~~~~~~~^~~