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_32639352_3210.cpp:3:7: error: 'LL' does not name a type
 const LL INF = 0x3f3f3f3f3f3f3f3f;
       ^
0_0_32639352_3210.cpp:7:1: error: 'LL' does not name a type
 LL lx[N],ly[N];
 ^
0_0_32639352_3210.cpp:9:1: error: 'LL' does not name a type
 LL pre[N];
 ^
0_0_32639352_3210.cpp:13:1: error: 'LL' does not name a type
 LL slack[N];
 ^
0_0_32639352_3210.cpp: In function 'void Find(int)':
0_0_32639352_3210.cpp:17:5: error: 'LL' was not declared in this scope
     LL px, py;
     ^
0_0_32639352_3210.cpp:18:8: error: expected ';' before 'yy'
     LL yy = 0;
        ^
0_0_32639352_3210.cpp:19:8: error: expected ';' before 'd'
     LL d;
        ^
0_0_32639352_3210.cpp:21:5: error: 'py' was not declared in this scope
     py = 0;
     ^
0_0_32639352_3210.cpp:22:5: error: 'yy' was not declared in this scope
     yy = 0;
     ^
0_0_32639352_3210.cpp:23:12: error: 'pre' was not declared in this scope
     memset(pre, 0, sizeof(pre));
            ^
0_0_32639352_3210.cpp:24:12: error: 'slack' was not declared in this scope
     memset(slack, 0x3f3f3f3f, sizeof(slack));
            ^
0_0_32639352_3210.cpp:27:9: error: 'px' was not declared in this scope
         px = linky[py];
         ^
0_0_32639352_3210.cpp:28:9: error: 'd' was not declared in this scope
         d = INF;
         ^
0_0_32639352_3210.cpp:28:13: error: 'INF' was not declared in this scope
         d = INF;
             ^
0_0_32639352_3210.cpp:32:31: error: 'lx' was not declared in this scope
                 if(slack[i] > lx[px] + ly[i] - ma[px][i])
                               ^
0_0_32639352_3210.cpp:32:40: error: 'ly' was not declared in this scope
                 if(slack[i] > lx[px] + ly[i] - ma[px][i])
                                        ^
0_0_32639352_3210.cpp:39:17: error: 'lx' was not declared in this scope
                 lx[linky[i]] -= d;
                 ^
0_0_32639352_3210.cpp:40:17: error: 'ly' was not declared in this scope
                 ly[i] += d;
                 ^
0_0_32639352_3210.cpp: At global scope:
0_0_32639352_3210.cpp:54:1: error: 'LL' does not name a type
 LL Km()
 ^
0_0_32639352_3210.cpp: In function 'int main(int, const char**)':
0_0_32639352_3210.cpp:88:44: error: 'Km' was not declared in this scope
         printf("Case #%d: %lld\n", nc, -Km());
                                            ^


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-09-30 10:08:25, Gzip enabled