Problem management
User yq
Submission Time 2026-06-23 15:47:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:10:10: error: ‘i’ was not declared in this scope
10 | cin>>A[i];
| ^
management.cpp:13:11: error: ‘i’ was not declared in this scope
13 | cout<<C[i]<<endl;
| ^