This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(convert('Billy lost 22 pounds in four weeks.'),'Billy lost 10 kgs in four weeks.'))
|
2 | Pass |
assert(isequal(convert('Maria gained 10 kgs in four months.'),'Maria gained 22 pounds in four months.'))
|
3 | Pass |
assert(isequal(convert('Billy lost 44 pounds in 44 weeks.'),'Billy lost 20 kgs in 44 weeks.'))
|
4 | Pass |
assert(isequal(convert('Maria gained 20 kgs in 20 months.'),'Maria gained 44 pounds in 20 months.'))
|
174 Solvers
Project Euler: Problem 9, Pythagorean numbers
158 Solvers
110 Solvers
73 Solvers
How many days does the cat take to climb out of the hole?
55 Solvers