Problem | sort |
---|---|
User | Soysauce |
Submission Time | 2024-04-02 19:35:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:6:5: error: ‘unsign’ was not declared in this scope; did you mean ‘union’?
6 | unsign long long N;
| ^~~~~~
| union
sort.cpp:7:12: error: ‘N’ was not declared in this scope
7 | cin >> N;
| ^
sort.cpp:10:16: error: ‘arr’ was not declared in this scope
10 | cin >> arr[i];
| ^~~
sort.cpp:14:10: error: ‘arr’ was not declared in this scope
14 | sort(arr, arr + N);
| ^~~