stove.cpp: In function 'int main()':
stove.cpp:15:15: warning: unused variable 'add' [-Wunused-variable]
15 | long long add = 0;
| ^~~
stove.cpp:8:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
8 | scanf(" %d %d",&n,&t);
| ~~~~~^~~~~~~~~~~~~~~~
stove.cpp:9:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
9 | scanf(" %d",&bx);
| ~~~~~^~~~~~~~~~~
stove.cpp:11:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
11 | scanf(" %d",&x);
| ~~~~~^~~~~~~~~~