| Problem | cpicsort |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-23 15:14:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:6:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | int n;
| ^
| yn
cpicsort.cpp:8:11: error: ‘i’ was not declared in this scope
8 | for (int i = 0; i < n; i++){
| ^