| Problem | eescapism |
|---|---|
| User | MegaG |
| Submission Time | 2025-11-03 09:56:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eescapism.cpp: In function ‘int main()’:
eescapism.cpp:13:8: error: ‘i’ was not declared in this scope
13 | int d[i];
| ^
eescapism.cpp:15:10: error: ‘d’ was not declared in this scope
15 | cin >> d[i];
| ^
eescapism.cpp:17:7: error: ‘d’ was not declared in this scope
17 | sort(d+0, d+n);
| ^
eescapism.cpp:17:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(d+0, d+n);
| ^~~~
| qsort