worst_reporter3.cpp: In function 'int main()':
worst_reporter3.cpp:26:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
26 | scanf("%d%d", &N, &Q);
| ~~~~~^~~~~~~~~~~~~~~~
worst_reporter3.cpp:28:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
28 | scanf("%d", &D[i]);
| ~~~~~^~~~~~~~~~~~~
worst_reporter3.cpp:40:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
40 | scanf("%d%d%d", &T, &L, &R);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~