Problem | ballot |
---|---|
User | blob |
Submission Time | 2023-11-22 15:51:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballot.cpp: In function ‘int main()’:
ballot.cpp:13:18: error: ‘class std::multiset<std::pair<int, int> >’ has no member named ‘push_back’
13 | students.push_back({ballot, i});
| ^~~~~~~~~