Main.cc: In function 'int main()':
Main.cc:15:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(m=n){
^
Main.cc: At global scope:
Main.cc:21:5: error: expected declaration before '}' token
}
^