Problem management
User Peixi1210
Submission Time 2026-08-22 16:01:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:24:5: error: expected ‘}’ at end of input
24 | }
| ^
management.cpp:18:34: note: to match this ‘{’
18 | for (int i = 2; i <= N; ++i) {
| ^
management.cpp:24:5: error: expected ‘}’ at end of input
24 | }
| ^
management.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^