Test Cases & Chat
Part 1
current
Test 1
input:s = "42"
expect:42
Test 2
input:s = " -042"
expect:-42
Test 3
input:s = "1337c0d3"
expect:1337
Test 4
input:s = "0-1"
expect:0
Test 5
input:s = "words and 987"
expect:0
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:s = "42"
expect:42
Test 2
input:s = " -042"
expect:-42
Test 3
input:s = "1337c0d3"
expect:1337
Test 4
input:s = "0-1"
expect:0
Test 5
input:s = "words and 987"
expect:0
Choose your coach
Pick a style and how you want to communicate
then