Problem descsort
User briyanii
Submission Time 2024-02-01 16:54:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

descsort.cpp: In function ‘int main()’:
descsort.cpp:8:2: error: ‘no’ was not declared in this scope
8 | no[yes];
| ^~
descsort.cpp:12:16: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
12 | sort(no, no + n, greater<int>());
| ^
| yn