Problem | management |
---|---|
User | limzuwan |
Submission Time | 2023-06-05 20:41:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
management.cpp: In function ‘int main()’:
management.cpp:16:26: error: expected ‘;’ before ‘}’ token
16 | A[x - 1] = A[x - 1] + 1
| ^
| ;
17 | }
| ~
management.cpp:20:15: error: expected ‘;’ before ‘}’ token
20 | cout << '\n'
| ^
| ;
21 | }
| ~