Run id: 147877

Main.cc: In function 'int main()':
Main.cc:8:28: error: invalid operands of types 'double' and 'double' to binary 'operator%'
     printf("%lf %lf",d/a,d%a);
                            ^
Main.cc:9:28: error: invalid operands of types 'double' and 'double' to binary 'operator%'
     printf("%lf %lf",d/b,d%b);
                            ^
Main.cc:10:28: error: invalid operands of types 'double' and 'double' to binary 'operator%'
     printf("%lf %lf",d/c,d%c);  
                            ^