bal.c: In function 'main':
bal.c:30:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
30 | while (cnt && (yy[qu[cnt - 1]] <= yy[i] || cnt >= 2 && f(qu[cnt - 2], qu[cnt - 1]) <= f(qu[cnt - 1], i)))
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bal.c:18:2: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
18 | scanf("%d", &n);
| ^~~~~~~~~~~~~~~
bal.c:23:3: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
23 | scanf("%d%d", &xx[i], &r);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccgLWgsW.o: in function `main':
bal.c:(.text.startup+0x326): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status