| Problem | ballot |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-04-24 21:42:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ballot.cpp: In function ‘int main()’:
ballot.cpp:38:13: error: ‘best’ was not declared in this scope
38 | best=*lb;
| ^~~~
ballot.cpp:48:62: error: ‘best’ was not declared in this scope
48 | if (dist<best_dist||(dist==best_dist&&lb2->first<best.first)){
| ^~~~
ballot.cpp:53:17: error: ‘best’ was not declared in this scope
53 | cout << best.second<<"\n";
| ^~~~