| Problem | arrayngement |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-26 15:14:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:10:17: 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]
| ^