Problem mindeque
User aj
Submission Time 2025-11-16 18:42:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mindeque.cpp: In function ‘int main()’:
mindeque.cpp:37:28: error: no match for ‘operator[]’ (operand types are ‘std::multiset<int>’ and ‘int’)
37 | cout<<min_value[0]<<endl;
| ^