Main.cc: In function 'int main()': Main.cc:7:10: error: 'a' was not declared in this scope cin >> a[i]; ^ Main.cc:10:11: error: 'a' was not declared in this scope cout << a[j] << " "; ^