0_0_34857882_15178.cpp: In function 'int main()':
0_0_34857882_15178.cpp:4:15: error: expected initializer before '.' token
int a[1000],i.n;
^
0_0_34857882_15178.cpp:5:13: error: expected unqualified-id before '&' token
scanf("%d".&n);
^
0_0_34857882_15178.cpp:5:14: error: 'n' was not declared in this scope
scanf("%d".&n);
^
0_0_34857882_15178.cpp:9:6: error: 'i' was not declared in this scope
for(i=3;i<n;i++)
^
0_0_34857882_15178.cpp:13:16: error: 'i' was not declared in this scope
printf("%d",a[i]);
^
|