0_0_39488976_2963.cpp:26:28: error: 'll' has not been declared
26 | void addedge(int u, int v, ll t){
| ^~
0_0_39488976_2963.cpp: In function 'void addedge(long long int, long long int, int)':
0_0_39488976_2963.cpp:27:9: error: 'cnt' was not declared in this scope; did you mean 'int'?
27 | e[++cnt]= (Edge){v, head[u], t};
| ^~~
| int
0_0_39488976_2963.cpp: In function 'void solve()':
0_0_39488976_2963.cpp:35:55: error: 'Inf' was not declared in this scope
35 | for (int i = 1;i <= n;++i) head[i] = -1, dis[i] = Inf, vis[i] = 0;
| ^~~
|