| Problem | sort |
|---|---|
| User | Rainny |
| Submission Time | 2025-05-24 14:50:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:10:7: error: ‘arr’ declared as array of ‘auto’
10 | auto arr[x+5];
| ^~~
sort.cpp:12:10: error: ‘arr’ was not declared in this scope
12 | cin >> arr[i];
| ^~~
sort.cpp:15:7: error: ‘arr’ was not declared in this scope
15 | sort(arr, arr + x);
| ^~~