Problem | ballot |
---|---|
User | YH |
Submission Time | 2025-01-27 20:37:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballot.cpp: In function ‘int main()’:
ballot.cpp:16:21: error: ‘class std::map<int, int>’ has no member named ‘reserve’
16 | remaining_students.reserve()
| ^~~~~~~
ballot.cpp:18:18: error: ‘i’ was not declared in this scope
18 | for (int i = 0; i < n; i++) {
| ^