Problem | sort |
---|---|
User | Slayer555 |
Submission Time | 2023-12-21 14:23:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:13:33: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator+’
13 | std::sort(sort[i], sort[i] + size, std::greater<int>());
| ~~~~~~~~^~~~~~