Problem | gotoschool |
---|---|
User | garrett |
Submission Time | 2024-11-08 15:20:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:18:29: error: ‘students’ was not declared in this scope; did you mean ‘student’?
18 | for (const auto& student : students) {
| ^~~~~~~~
| student
gotoschool.cpp:19:13: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’
19 | cout << s.second << " ";
| ^~~~~~