| Problem | arrayngement |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-26 15:10:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:9:15: error: expected ‘;’ before ‘i’
9 | for(int i=0 i<n;i++){
| ^~
| ;
arrayngement.cpp:10:10: error: ‘A’ was not declared in this scope
10 | cin>>A[i]
| ^