0_0_19201045_4018.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_19201045_4018.cpp:8:1: note: in expansion of macro 'll'
ll disx[maxn],disy[maxn];
^
0_0_19201045_4018.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_19201045_4018.cpp:10:1: note: in expansion of macro 'll'
ll solve1(int t)
^
0_0_19201045_4018.cpp:4:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_19201045_4018.cpp:22:1: note: in expansion of macro 'll'
ll solve2(int t)
^
0_0_19201045_4018.cpp: In function 'int main()':
0_0_19201045_4018.cpp:49:3: error: 'disx' was not declared in this scope
disx[0]=disy[0]=0;
^
0_0_19201045_4018.cpp:49:11: error: 'disy' was not declared in this scope
disx[0]=disy[0]=0;
^
0_0_19201045_4018.cpp:4:12: error: '_int64' was not declared in this scope
#define ll _int64
^
0_0_19201045_4018.cpp:57:23: note: in expansion of macro 'll'
disx[i]=disx[i-1]+(ll)(x[i]-x[i-1])*i-(ll)(x[i]-x[i-1])*(n-i);
^
0_0_19201045_4018.cpp:4:12: error: '_int64' was not declared in this scope
#define ll _int64
^
0_0_19201045_4018.cpp:60:3: note: in expansion of macro 'll'
ll min=0x3f3f3f3f3f3f3f3f;
^
0_0_19201045_4018.cpp:63:7: error: expected ';' before 'tem'
ll tem=solve1(rx[i])+solve2(ry[i]);
^
0_0_19201045_4018.cpp:64:11: error: 'tem' was not declared in this scope
if(min>tem) min=tem;
^
0_0_19201045_4018.cpp:66:23: error: overloaded function with no contextual type information
printf("%I64d\n",min);
^
|