Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lamentamos que algo salió mal. ¿Qué pasó?

book
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

main.cpp

cpp

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt