Problem sort
User Slayer555
Submission Time 2023-12-21 14:21:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:13:20: error: ‘i’ was not declared in this scope
13 | std::sort(sort[i], sort[i] + size, std::greater<int>());
| ^