baloni.cpp: In function 'int main()':
baloni.cpp:8:9: warning: unused variable 'b' [-Wunused-variable]
8 | int b;
| ^
baloni.cpp:10:19: warning: unused variable 'toplam' [-Wunused-variable]
10 | long long int toplam=0;
| ^~~~~~
baloni.cpp:11:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
11 | scanf("%d",&a);
| ~~~~~^~~~~~~~~
baloni.cpp:14:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | scanf("%d",&c[i]);
| ~~~~~^~~~~~~~~~~~