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