Problem | management |
---|---|
User | eliasxyz |
Submission Time | 2025-05-24 20:07:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:8:6: error: ‘i’ was not declared in this scope
8 | for(i=1;i<N;i++){
| ^
management.cpp:11:6: error: no match for ‘operator[]’ (operand types are ‘std::unordered_multimap<int, int>’ and ‘int’)
11 | man[p]=i+1;
| ^
management.cpp:13:6: error: ‘i’ was not declared in this scope
13 | for(i=0;i<N;i++){
| ^