bank.cpp: In function 'int Rec(int)':
bank.cpp:17:7: warning: unused variable 's' [-Wunused-variable]
17 | int s=0;
| ^
bank.cpp: In function 'int main()':
bank.cpp:46:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
46 | scanf("%d",&n);
| ~~~~~^~~~~~~~~
bank.cpp:47:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
47 | scanf("%d",&m);
| ~~~~~^~~~~~~~~
bank.cpp:50:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
50 | scanf("%d",&a[i]);
| ~~~~~^~~~~~~~~~~~
bank.cpp:54:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
54 | scanf("%d",&b[i]);
| ~~~~~^~~~~~~~~~~~