Main.cc: In function 'int main()': Main.cc:21:3: error: 'a' was not declared in this scope a[b]++; ^ Main.cc:27:6: error: 'a' was not declared in this scope if(a[i] > m){ ^