Problem descsort
User yay
Submission Time 2025-04-05 11:18:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp: In function ‘int32_t main()’:
descsort.cpp:6:10: error: ‘N’ was not declared in this scope
6 | int arr[N];
| ^
descsort.cpp:9:9: error: ‘arr’ was not declared in this scope
9 | sort(arr[j], arr[j+1], greater<int>());
| ^~~