Main.cc: In function 'int main()':
Main.cc:7:19: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(i=1){
^
Main.cc:9:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
}else if(i=2){
^
Main.cc:11:13: error: expected ';' before '}' token
}else{
^