Test Cases & Chat
Part 1
current
Test 1
input:nums = [1,2,3,4]
expect:[24,12,8,6]
Test 2
input:nums = [-1,1,0,-3,3]
expect:[0,0,9,0,0]
Test 3
input:nums = [2,3]
expect:[3,2]
Part 2
locked
Choose your coach
Pick a style and how you want to communicate
then
Loading...
OUTPUT
Run code to see output...
Part 1
current
Test 1
input:nums = [1,2,3,4]
expect:[24,12,8,6]
Test 2
input:nums = [-1,1,0,-3,3]
expect:[0,0,9,0,0]
Test 3
input:nums = [2,3]
expect:[3,2]
Part 2
locked
Choose your coach
Pick a style and how you want to communicate
then