0_0_39080373_12930.cpp:13:5: error: 'll' does not name a type
13 | ll dis;
| ^~
0_0_39080373_12930.cpp: In function 'bool operator<(const node&, const node&)':
0_0_39080373_12930.cpp:18:14: error: 'const struct node' has no member named 'dis'
18 | return a.dis >b.dis;
| ^~~
0_0_39080373_12930.cpp:18:21: error: 'const struct node' has no member named 'dis'
18 | return a.dis >b.dis;
| ^~~
0_0_39080373_12930.cpp: At global scope:
0_0_39080373_12930.cpp:23:1: error: 'll' does not name a type
23 | ll g[N][N];
| ^~
0_0_39080373_12930.cpp:24:1: error: 'll' does not name a type
24 | ll Bfs()
| ^~
0_0_39080373_12930.cpp: In function 'int main()':
0_0_39080373_12930.cpp:57:17: error: 'g' was not declared in this scope
57 | g[i][j] = inf;
| ^
0_0_39080373_12930.cpp:64:17: error: 'll' was not declared in this scope
64 | ll td;
| ^~
0_0_39080373_12930.cpp:65:38: error: 'td' was not declared in this scope; did you mean 'ta'?
65 | scanf("%d%I64d",&ta,&td);
| ^~
| ta
0_0_39080373_12930.cpp:66:17: error: 'g' was not declared in this scope
66 | g[i][ta] = min(g[i][ta],td);
| ^
0_0_39080373_12930.cpp:69:26: error: 'Bfs' was not declared in this scope
69 | printf("%I64d\n",Bfs());
| ^~~
|