newspapers.c: In function 'pus':
newspapers.c:12:24: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
12 | else if (0 == (o & o - 1)) eh[i] = (int*)realloc(eh[i], 2 * o * sizeof **eh);
| ~~^~~
newspapers.c: In function 'main':
newspapers.c:30:3: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
30 | scanf("%d%d", &n, &m);
| ^~~~~~~~~~~~~~~~~~~~~
newspapers.c:32:5: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
32 | scanf("%d%d", &u, &v), pus(u, v), pus(v, u);
| ^~~~~~~~~~~~~~~~~~~~~