+ 1
[CHALLENGE] Calculation between min and max of an array of number
Input a list of numbers separated by “,” with an operator at the end. Ouput the answer Example: Input: 10,50,30,20,2,+ Output: 2+50=52
2 Respuestas
+ 2
https://code.sololearn.com/cqE9kDg8wK0a/?ref=app
god datatables are cheesy as hell haha
+ 2
In C++, std::minmax_element can help you.