sprinkler.cpp: In function 'int main()':
sprinkler.cpp:68:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
68 | scanf("%d %lld",&n,&mod);
| ~~~~~^~~~~~~~~~~~~~~~~~~
sprinkler.cpp:72:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
72 | scanf("%d %d",&a,&b);
| ~~~~~^~~~~~~~~~~~~~~
sprinkler.cpp:77:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
77 | scanf("%lld",&h[i]);
| ~~~~~^~~~~~~~~~~~~~
sprinkler.cpp:81:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
81 | scanf("%d",&q);
| ~~~~~^~~~~~~~~
sprinkler.cpp:85:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
85 | scanf("%d",&t);
| ~~~~~^~~~~~~~~
sprinkler.cpp:91:18: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
91 | scanf("%d %d %lld",&x,&d,&w);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
sprinkler.cpp:97:18: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
97 | scanf("%d",&x);
| ~~~~~^~~~~~~~~