| Problem | cpicsort |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-23 22:21:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:15:12: error: ‘i’ was not declared in this scope
15 | cout << A[i] << "\n";
| ^
cpicsort.cpp:19:14: error: expected ‘;’ before ‘}’ token
19 | cin >> A[i]
| ^
| ;
20 | }
| ~