Run id: 94889

Main.cc: In function 'int main()':
Main.cc:7:9: error: invalid operands of types 'double' and 'double' to binary 'operator%'
     c=a%b;
         ^