Main.cc: In function 'int main()':
Main.cc:12:19: error: expected primary-expression before '%' token
if(x+a==m%%x8a==n){
^
Main.cc:12:20: error: 'x8a' was not declared in this scope
if(x+a==m%%x8a==n){
^