Main.cc: In function 'int main()': Main.cc:9:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(k=1){ ^ Main.cc:17:13: error: 'ka' was not declared in this scope if(t==ka){ ^