Main.cc: In function 'int main()':
Main.cc:12:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(x=-1){
^
Main.cc:17:5: error: expected ';' before '}' token
}
^
Main.cc:22:10: error: 'TOP' was not declared in this scope
if(A>TOP/2)
^