Run id: 115372

Main.cc:7:3: error: stray '\357' in program
   printf("%.2f",d);
   ^
Main.cc:7:3: error: stray '\274' in program
Main.cc:7:3: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:7:18: warning: format '%f' expects argument of type 'double', but argument 2 has type 'long double' [-Wformat=]
   printf("%.2f",d);
                  ^
Main.cc:8:5: error: expected ';' before 'return'
     return 0;
     ^