izbori.c: In function 'main':
izbori.c:25:22: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
25 | cnt[b] = cnt[b & b - 1] + 1;
| ~~^~~
izbori.c:32:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
32 | if (i != i_ && kk[b][i_] < kk[b][i] || kk[b][i_] == kk[b][i] && i_ > i) {
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
izbori.c:11:2: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | scanf("%d%d%d", &m, &n, &i_), i_--;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
izbori.c:16:4: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
16 | scanf("%d", &pp[i]), pp[i]--;
| ^~~~~~~~~~~~~~~~~~~