0_0_33147590_2788.cpp: In function 'int main(int, char**)':
0_0_33147590_2788.cpp:7:5: error: '_int64' was not declared in this scope
_int64 N,i,n;
^
0_0_33147590_2788.cpp:8:12: error: expected ';' before 'm'
_int64 m,sum;
^
0_0_33147590_2788.cpp:9:12: error: expected ';' before 'a'
_int64 a[100001];
^
0_0_33147590_2788.cpp:10:17: error: 'N' was not declared in this scope
scanf("%d",&N);
^
0_0_33147590_2788.cpp:13:9: error: 'sum' was not declared in this scope
sum=0;
^
0_0_33147590_2788.cpp:14:29: error: 'n' was not declared in this scope
scanf("%I64d%I64d",&n,&m);
^
0_0_33147590_2788.cpp:14:32: error: 'm' was not declared in this scope
scanf("%I64d%I64d",&n,&m);
^
0_0_33147590_2788.cpp:15:14: error: 'i' was not declared in this scope
for (i=0;i<n;i++)
^
0_0_33147590_2788.cpp:17:28: error: 'a' was not declared in this scope
scanf("%I64d",&a[i]);
^
0_0_33147590_2788.cpp:19:14: error: 'a' was not declared in this scope
sort(a,a+n);
^
0_0_33147590_2788.cpp:20:13: error: 'i' was not declared in this scope
for(i=0;i<n;i++)
^
0_0_33147590_2788.cpp:28:26: error: 'i' was not declared in this scope
printf("%I64d\n",i);
^
|