Main.cc: In function 'int main()': Main.cc:7:16: error: 'a' was not declared in this scope cin >> a[i]; ^ Main.cc:9:16: error: 'a' was not declared in this scope int temp = a[n - 1]; ^