Problem | inspections |
---|---|
User | mertbbm |
Submission Time | 2023-03-20 23:59:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inspections.cpp: In function ‘int32_t main()’:
inspections.cpp:185:3: error: ‘pusm’ was not declared in this scope; did you mean ‘psum’?
185 | pusm.push_back(it.second);
| ^~~~
| psum
inspections.cpp:203:23: error: request for member ‘second’ in ‘psum.std::vector<long long int>::operator[](((std::vector<long long int>::size_type)index))’, which is of non-class type ‘__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type’ {aka ‘long long int’}
203 | cout << psum[index].second << " ";
| ^~~~~~