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