| Problem | contestcalc |
|---|---|
| User | anonymous1801 |
| Submission Time | 2026-03-07 10:52:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:12:3: error: ‘scores’ was not declared in this scope; did you mean ‘score’?
12 | scores[name] = score;
| ^~~~~~
| score
contestcalc.cpp:20:18: error: ‘scores’ was not declared in this scope; did you mean ‘scroes’?
20 | total_score += scores[selected_name];
| ^~~~~~
| scroes