0_0_23600911_13348.cpp: In function 'int main()':
0_0_23600911_13348.cpp:4:21: error: expected initializer before 'e'
int t,n,a[10005]e,i,j,sum;
^
0_0_23600911_13348.cpp:10:13: error: 'i' was not declared in this scope
for(i=0;i<n;i++)
^
0_0_23600911_13348.cpp:11:21: error: 'a' was not declared in this scope
scanf("%d",&a[i]);
^
0_0_23600911_13348.cpp:12:9: error: 'sum' was not declared in this scope
sum=0;
^
0_0_23600911_13348.cpp:13:13: error: 'i' was not declared in this scope
for(i=0;i<n;i++)
^
0_0_23600911_13348.cpp:15:13: error: 'e' was not declared in this scope
e=1;
^
0_0_23600911_13348.cpp:16:17: error: 'j' was not declared in this scope
for(j=i+1;j<n;j++)
^
0_0_23600911_13348.cpp:17:16: error: 'a' was not declared in this scope
if(a[i]==a[j])
^
|