/in/foo.cc: In function 'int kinds(int, int)':
/in/foo.cc:5:74: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(start==end||start==end-1&&(sentence[start]>='3'||sentence[start]=='2'&&sentence[end]>'6'))
/in/foo.cc:5:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(start==end||start==end-1&&(sentence[start]>='3'||sentence[start]=='2'&&sentence[end]>'6'))
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:18:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^