/in/foo.cc: In function 'int main()':
/in/foo.cc:50:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < change.size(); j++)
~~^~~~~~~~~~~~~~~
/in/foo.cc:62:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < change.size();j++)
~~^~~~~~~~~~~~~~~
/in/foo.cc:85:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<change.size();j++)
~^~~~~~~~~~~~~~
/in/foo.cc:78:5: warning: 'pos25' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (pos25 < pos50)
^~