archery.c: In function 'main':
archery.c:5:5: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
5 | scanf("%d %d", &N, &R);
| ^~~~~~~~~~~~~~~~~~~~~~
archery.c:8:5: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
8 | scanf("%d", &myRank);
| ^~~~~~~~~~~~~~~~~~~~
archery.c:11:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | scanf("%d", &competitorRanks[i]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~