0_0_23832296_3541.cpp:3:2: error: invalid preprocessing directive #defeine
#defeine maxn 10000
^
0_0_23832296_3541.cpp:4:7: error: 'maxn' was not declared in this scope
int a[maxn];
^
0_0_23832296_3541.cpp: In function 'int main()':
0_0_23832296_3541.cpp:12:32: error: 'a' was not declared in this scope
for(i=0;i<n;i++) scanf("%d",&a[i]);
^
0_0_23832296_3541.cpp:13:8: error: 'a' was not declared in this scope
sort(a,a+n);
^
0_0_23832296_3541.cpp:14:23: error: 'maxn' was not declared in this scope
for(i=1,total=1,max=maxn+1;i<n;i++)
^
|