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_30753972_24781.cpp:16:7: error: 'LL' does not name a type
 const LL inf=1LL<<60;
       ^
0_0_30753972_24781.cpp:19:1: error: 'LL' does not name a type
 LL f[N],w[15][15];
 ^
0_0_30753972_24781.cpp: In function 'void solve()':
0_0_30753972_24781.cpp:34:19: error: 'inf' was not declared in this scope
     printf("%d\n",inf);
                   ^
0_0_30753972_24781.cpp:39:27: error: 'w' was not declared in this scope
             scanf("%lld",&w[i][j]);
                           ^
0_0_30753972_24781.cpp:41:18: error: 'f' was not declared in this scope
     rep(i,1,N-1) f[i]=inf;
                  ^
0_0_30753972_24781.cpp:42:5: error: 'f' was not declared in this scope
     f[lim][(1<<n)-1)]=0;
     ^
0_0_30753972_24781.cpp:42:20: error: expected ']' before ')' token
     f[lim][(1<<n)-1)]=0;
                    ^
0_0_30753972_24781.cpp:63:48: error: 'w' was not declared in this scope
                     f[nxt]=min(f[nxt],f[i]+abs(w[p[j].x][p[j].y]-w[p[k].x][p[k].y]));
                                                ^
0_0_30753972_24781.cpp:68:41: error: 'w' was not declared in this scope
             else f[nxt]=min(f[nxt],f[i]+w[p[j].x][p[j].y]);
                                         ^


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-22 23:30:21, Gzip enabled