Problem | warp2 |
---|---|
User | boaznumberd5555 |
Submission Time | 2024-12-16 17:05:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
warp2.cpp: In function ‘int main()’:
warp2.cpp:6:12: error: ‘ll’ was not declared in this scope
6 | vector<ll> adj[n+m];
| ^~
warp2.cpp:6:14: error: template argument 1 is invalid
6 | vector<ll> adj[n+m];
| ^
warp2.cpp:6:14: error: template argument 2 is invalid
warp2.cpp:6:22: error: ‘m’ was not declared in this scope
6 | vector<ll> adj[n+m];
| ^
warp2.cpp:10:18: error: ‘c’ was not declared in this scope
10 | cin>>c[i][j];
| ^
warp2.cpp:12:17: error: ‘adj’ was not declared in this scope
12 | adj[n+j].push_back(i);
| ^~~
warp2.cpp:17:7: error: expected ‘;’ before ‘dist’
17 | ll dist[m][n+m];
| ^~~~~
| ;
warp2.cpp:19:29: error: expected ‘;’ before ‘)’ token
19 | for(int j = 0; j<n+m)dist[i][