Main.cc: In function 'int main()':
Main.cc:10:9: error: unable to find string literal operator 'operator""sum' with 'const char [6]', 'long unsigned int' arguments
printf("%.2lf"sum/5)
^
Main.cc:11:14: error: 'i' was not declared in this scope
for(int i=1;i<=5;i++){
^