Run id: 137112

Main.cc:8:5: error: stray '\357' in program
     printf("%f.6f",s);
     ^
Main.cc:8:5: error: stray '\274' in program
Main.cc:8:5: error: stray '\210' in program
Main.cc: In function 'int main()':
Main.cc:8:14: error: expected ';' before string constant
     printf("%f.6f",s);
              ^
Main.cc:8:24: warning: statement is a reference, not call, to function 'printf' [-Waddress]
     printf("%f.6f",s);
                        ^
Main.cc:8:24: warning: statement has no effect [-Wunused-value]