Main.cc: In function 'int main()':
Main.cc:15:19: error: expected primary-expression before '=' token
if(s+b/2%==0){
^
Main.cc:8:15: warning: unused variable 'c' [-Wunused-variable]
int a,b=1,c=0,s=0;
^