0_0_26183806_3304.cpp:1:2: error: invalid preprocessing directive #incldue
#incldue <bits/stdc++.h>
^
0_0_26183806_3304.cpp: In function 'int main()':
0_0_26183806_3304.cpp:13:8: error: 'cin' was not declared in this scope
while(cin>>n){
^
0_0_26183806_3304.cpp:14:3: error: 'cout' was not declared in this scope
cout<<a[n];
^
|