Problem arrayngement
User Zubair
Submission Time 2026-06-26 15:20:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:10:8: error: ‘A’ was not declared in this scope
10 | cin>>A[i]
| ^
arrayngement.cpp:11:28: error: expected ‘;’ before ‘)’ token
11 | for(int i = 0; i < n;i++) {
| ^
| ;