Main.cc: In function 'int sum(int, int)':
Main.cc:6:1: error: expected ';' before '}' token
}
^
Main.cc: In function 'int main()':
Main.cc:9:15: error: 'n' was not declared in this scope
for(int i=n;i<=m;i++)
^
Main.cc:9:20: error: 'm' was not declared in this scope
for(int i=n;i<=m;i++)
^
Main.cc:11:12: error: assignment of function 'int sum(int, int)'
sum=i
^
Main.cc:11:12: error: cannot convert 'int' to 'int(int, int)' in assignment