Modified Sum Calculation
Given a list of integers and a threshold integer, return a sum of numbers, where each number contributes 2 if it exceeds or equals the threshold and 1 otherwise.
Example 1
Input:
[2, 8, 25, 18, 99, 11, 17, 16], 17
Output:
12
main.cpp
cpp
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion