lyuboyn.cpp: In function 'int main()':
lyuboyn.cpp:32:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0 ; j < ans.size() ; j++)
~~^~~~~~~~~~~~
lyuboyn.cpp:39:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1 ; i < ans.size() ; i += 2)
~~^~~~~~~~~~~~
lyuboyn.cpp:52:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0 ; j < ans.size() ; j++)
~~^~~~~~~~~~~~
lyuboyn.cpp:55:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j = 0 ; j < ans.size() ; j++)
~~^~~~~~~~~~~~
lyuboyn.cpp:64:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0 ; i < ans.size() ; i++)
~~^~~~~~~~~~~~
lyuboyn.cpp:58:40: warning: 'indFirst' may be used uninitialized in this function [-Wmaybe-uninitialized]
for(int j = indFirst ; j != indFirst - 1 ; j++, j %= curSz)
~~~~~~~~~^~~