/in/foo.cc: In function 'int main()':
/in/foo.cc:113:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(HL=S[i][j][k][l][h])
^
/in/foo.cc:96:5: warning: 'zPos' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(ZPos<zPos)swap(ZPos,zPos);
^~
/in/foo.cc:96:5: warning: 'ZPos' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:103:30: warning: 'MPos' may be used uninitialized in this function [-Wmaybe-uninitialized]
S[0][MPos][ZPos][zPos][m]=2*z;
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~