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