| Problem | sort |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-06-17 12:14:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:18:7: error: ‘i’ was not declared in this scope
18 | for (i = 0; i < n; i++) {
| ^
sort.cpp:22:7: error: ‘i’ was not declared in this scope
22 | for (i = 0; i < n; i++) {
| ^