sushi.c: In function 'main':
sushi.c:9:2: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
9 | scanf("%d%d", &n, &q);
| ^~~~~~~~~~~~~~~~~~~~~
sushi.c:11:3: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | scanf("%d", &aa[i]);
| ^~~~~~~~~~~~~~~~~~~
sushi.c:16:4: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result]
16 | scanf("%d%d%d", &s, &t, &a), s--, t--;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~