[level1] console.log(footballPoints(3, 2, 5))// 14 console.log(footballPoints(6, 2, 0))// 18 console.log(footballPoints(0, 3, 0)) // 0
[level1] console.log(footballPoints(3, 2, 5))// 14 console.log(footballPoints(6, 2, 0))// 18 console.log(footballPoints(0, 3, 0)) // 0