Main.cc: In function 'int main()':
Main.cc:13:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
if(i==1||i==n&&j==1||j==m){
^
Main.cc:20:1: error: expected '}' at end of input
}
^
Main.cc:20:1: error: expected '}' at end of input