Problem | sort |
---|---|
User | Rainny |
Submission Time | 2025-05-24 14:48:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:8:2: error: declaration of ‘auto x’ has no initializer
8 | auto x;
| ^~~~
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);
| ^~~