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