| Problem | contestcalc |
|---|---|
| User | P55D2K |
| Submission Time | 2023-04-17 09:09:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:27:67: error: break statement not within loop or switch
27 | total_score_of_selected += contestants[j].second; break;
| ^~~~~