Run id: 118310

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