Problem sort
User AwkUngenially
Submission Time 2025-04-27 08:00:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:14:18: error: no match for ‘operator[]’ (operand types are ‘std::set<int>’ and ‘int’)
14 | cout << Numbers[i] << " ";
| ^