Run id: 37623

Main.cc: In function 'int main()':
Main.cc:7:7: error: invalid operands of types 'float' and 'float' to binary 'operator%'
  if(a%b==0)
       ^
Main.cc:13:20: error: invalid operands of types 'float' and 'float' to binary 'operator%'
  cout<