wand.c: In function 'append':
wand.c:11:23: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
11 | if (o >= 2 && (o & o - 1) == 0)
| ~~^~~
wand.c: In function 'main':
wand.c:34:2: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
34 | scanf("%d%d", &n, &m);
| ^~~~~~~~~~~~~~~~~~~~~
wand.c:38:3: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
38 | scanf("%d%d", &j, &i), i--, j--;
| ^~~~~~~~~~~~~~~~~~~~~