Test Cases & Chat
Part 1
current
Test 1
input:l1 = [2,4,3], l2 = [5,6,4]
expect:[7,0,8]
Test 2
input:l1 = [0], l2 = [0]
expect:[0]
Test 3
input:l1 = [9,9,9,9,9,9,9], l2 = [9,9,9,9]
expect:[8,9,9,9,0,0,0,1]
Part 2
locked
Part 3
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:l1 = [2,4,3], l2 = [5,6,4]
expect:[7,0,8]
Test 2
input:l1 = [0], l2 = [0]
expect:[0]
Test 3
input:l1 = [9,9,9,9,9,9,9], l2 = [9,9,9,9]
expect:[8,9,9,9,0,0,0,1]
Part 2
locked
Part 3
locked
Choose your coach
Pick a style and how you want to communicate
then