Main.cc: In function 'int main()': Main.cc:15:14: error: lvalue required as left operand of assignment if(i=j||i+j=n+1){ ^ Main.cc:12:5: warning: unused variable 'cnt' [-Wunused-variable] int cnt=0; ^