| Problem | sort |
|---|---|
| User | TheFelixKS |
| Submission Time | 2026-07-08 09:54:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:28:22: error: ‘i’ was not declared in this scope; did you mean ‘xi’?
28 | every(a) cout << i << " ";
| ^
| xi