Owl Get a Life
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>()); | ^