Run id: 115484

Main.cc: In function 'int out(int, int)':
Main.cc:10:15: error: expected primary-expression before '=' token
         if(a%==0&&b%i==0){
               ^
Main.cc:8:9: warning: unused variable 'c' [-Wunused-variable]
     int c=2;
         ^