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