| Problem | votingcities |
|---|---|
| User | PanGD |
| Submission Time | 2022-12-23 16:57:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
votingcities.cpp: In function ‘void dijkstra()’:
votingcities.cpp:40:26: error: expected ‘]’ before ‘)’ token
40 | if(f[u][mask != d) continue;
| ^
| ]
votingcities.cpp: In function ‘int main()’:
votingcities.cpp:66:20: error: ‘k’ was not declared in this scope
66 | for(int i= 0;i<k;i++) cin >> t[i];
| ^