Main.cc: In function 'int main()': Main.cc:16:15: error: invalid types 'int[int]' for array subscript z+=a[i]; ^ Main.cc:20:14: error: 'i' was not declared in this scope if(s[i]>(z/5)) ^ Main.cc:28:1: error: expected '}' at end of input } ^