| Problem | votingcities |
|---|---|
| User | Henries |
| Submission Time | 2025-03-12 16:15:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
votingcities.cpp: In function ‘void dijkstra()’:
votingcities.cpp:36:44: error: ‘i’ was not declared in this scope
36 | long long newweight = newdist/(10*(10-(i+1));
| ^
votingcities.cpp:36:49: error: expected ‘)’ before ‘;’ token
36 | long long newweight = newdist/(10*(10-(i+1));
| ~ ^
| )