Problem | management |
---|---|
User | altuser1609 |
Submission Time | 2023-04-19 12:18:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:7:23: error: expected ‘]’ before ‘;’ token
7 | vector<int> hello[(n);
| ^
| ]
management.cpp:11:3: error: ‘hello’ was not declared in this scope; did you mean ‘ftello’?
11 | hello[x - 1]++;
| ^~~~~
| ftello
management.cpp:14:11: error: ‘hello’ was not declared in this scope; did you mean ‘ftello’?
14 | cout << hello[i] << endl;
| ^~~~~
| ftello