Problem | lunchbox |
---|---|
User | neogaoen2007 |
Submission Time | 2023-12-06 16:50:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:18: error: ‘n’ was not declared in this scope
12 | sort(arr, arr + n, greater<int>());
| ^