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

Compile Error

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