Run id: 136379

Main.cc: In function 'int main()':
Main.cc:14:32: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'double' [-Wformat=]
     printf("0.2lf%s",sum/12,"$")
                                ^
Main.cc:14:32: warning: too many arguments for format [-Wformat-extra-args]
Main.cc:17:1: error: expected ';' before '}' token
 }
 ^