0_0_14537683_18664.cpp:7:1: error: '_int64' does not name a type
_int64 a[1000005];
^
0_0_14537683_18664.cpp:8:1: error: '_int64' does not name a type
_int64 love(_int64 x,_int64 y)
^
0_0_14537683_18664.cpp: In function 'int main()':
0_0_14537683_18664.cpp:14:2: error: '_int64' was not declared in this scope
_int64 x,y,k,t,i,l,j,p;
^
0_0_14537683_18664.cpp:15:17: error: 't' was not declared in this scope
scanf("%I64d",&t);
^
0_0_14537683_18664.cpp:18:30: error: 'x' was not declared in this scope
scanf("%I64d %I64d %I64d",&x,&y,&k);
^
0_0_14537683_18664.cpp:18:33: error: 'y' was not declared in this scope
scanf("%I64d %I64d %I64d",&x,&y,&k);
^
0_0_14537683_18664.cpp:18:36: error: 'k' was not declared in this scope
scanf("%I64d %I64d %I64d",&x,&y,&k);
^
0_0_14537683_18664.cpp:21:4: error: 'p' was not declared in this scope
p=love(x,y);l=(_int64)sqrt(p*1.0);j=1;
^
0_0_14537683_18664.cpp:21:14: error: 'love' was not declared in this scope
p=love(x,y);l=(_int64)sqrt(p*1.0);j=1;
^
0_0_14537683_18664.cpp:21:16: error: 'l' was not declared in this scope
p=love(x,y);l=(_int64)sqrt(p*1.0);j=1;
^
0_0_14537683_18664.cpp:21:38: error: 'j' was not declared in this scope
p=love(x,y);l=(_int64)sqrt(p*1.0);j=1;
^
0_0_14537683_18664.cpp:22:8: error: 'i' was not declared in this scope
for(i=l;i>=1;i--)
^
0_0_14537683_18664.cpp:25:6: error: 'a' was not declared in this scope
a[j]=i;j++;
^
0_0_14537683_18664.cpp:31:18: error: 'a' was not declared in this scope
sort(a+1,a+j);//printf("%I64d ",j);
^
0_0_14537683_18664.cpp:31:24: error: 'j' was not declared in this scope
sort(a+1,a+j);//printf("%I64d ",j);
^
0_0_14537683_18664.cpp:36:23: error: 'memset' was not declared in this scope
memset(a,0,sizeof(a));
^
|