Problem potatosalad
User isaackhong
Submission Time 2023-01-13 14:23:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:16:18: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
16 | sort(arr, arr + n, greater<int>());
| ^
| yn