Main.cc: In function 'int main()':
Main.cc:20:9: error: lvalue required as left operand of assignment
if(s%2=0)
^
Main.cc:22:4: error: 't' was not declared in this scope
t+1;
^
Main.cc:25:5: error: 't' was not declared in this scope
if(t=n)
^
Main.cc:27:9: error: 'OK' was not declared in this scope
cout<