| Problem | ballot |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-04-24 21:13:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ballot.cpp: In function ‘int main()’:
ballot.cpp:10:24: error: expected ‘)’ before ‘{’ token
10 | for(int i=0;i<n;i++{
| ~ ^
| )
ballot.cpp:19:25: error: expected ‘)’ before ‘{’ token
19 | for (int i=0;i<c;i++{
| ~ ^
| )
ballot.cpp:29:9: error: expected ‘,’ or ‘;’ before ‘if’
29 | if (lb!=stu_label.end()){
| ^~
ballot.cpp:41:13: error: ‘dist’ was not declared in this scope
41 | if (dist<best_dist||(dist==best_dist&&lb2->first<best.first)){
| ^~~~
ballot.cpp:41:47: error: ‘lb2’ was not declared in this scope; did you mean ‘lb’?
41 | if (dist<best_dist||(dist==best_dist&&lb2->first<best.first)){
| ^~~
| lb