Main.cc: In function 'int main()': Main.cc:6:2: error: expected ';' before 'int' int sum=0; ^ Main.cc:9:9: error: 'sum' was not declared in this scope a[i]==sum; ^ Main.cc:16:8: error: 'sum' was not declared in this scope cout<