0_0_14108681_2188.cpp:1:2: error: invalid preprocessing directive #Include
#Include <iostream>
^
0_0_14108681_2188.cpp: In function 'int main()':
0_0_14108681_2188.cpp:6:1: error: 'cin' was not declared in this scope
cin>>n;
^
0_0_14108681_2188.cpp:7:1: error: 'cout' was not declared in this scope
cout<<a[n];
^
|