F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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);
                       ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-26 06:08:01, Gzip enabled