| Problem | arrayngement |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-26 15:21:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:27: error: expected ‘;’ before ‘)’ token
11 | for(int i = 0; i<<n;i++) {
| ^
| ;