Problem descsort
User tdb60
Submission Time 2023-11-10 12:50:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp: In function ‘int main()’:
descsort.cpp:8:23: error: ‘N’ was not declared in this scope
8 | for (int i = 0; i<N; i++){
| ^
descsort.cpp:13:23: error: ‘N’ was not declared in this scope
13 | for (int i = 0; i<N; i++){
| ^