Problem management
User Peixi1210
Submission Time 2026-08-22 15:57:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:19:12: error: invalid types ‘int[int]’ for array subscript
19 | a[b] = b++;
| ^
management.cpp:21:20: error: invalid types ‘int[int]’ for array subscript
21 | cout << a[i] << "\n";
| ^
management.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
management.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^