Main.cc: In function 'int main()': Main.cc:8:4: error: 'sum1' was not declared in this scope sum1+=i; ^ Main.cc:10:4: error: 'sum2' was not declared in this scope sum2+=i; ^