Main.cc: In function 'int main()': Main.cc:10:4: error: 'sum' was not declared in this scope sum+=i; ^ Main.cc:14:6: error: 'sum' was not declared in this scope if(sum==n){ ^