Run id: 136194

Main.cc: In function 'int main()':
Main.cc:6:8: error: 'c' was not declared in this scope
     if(c%b!=0){
        ^
Main.cc:6:10: error: 'b' was not declared in this scope
     if(c%b!=0){
          ^