shoes.cpp: In function 'long long int count_swaps(std::vector<int>)':
shoes.cpp:7:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<s.size();i++){
~^~~~~~~~~
shoes.cpp:12:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<s.size();i++){
~^~~~~~~~~
shoes.cpp:17:4: warning: 'besar' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(s[i]!=besar)ans++;
^~
shoes.cpp:14:4: warning: 'kecil' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(s[i]!=kecil)ans++;
^~