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(abs(BoilingPoint(2) - 245.16) < 1e-3)
|
2 | Pass |
assert(abs(BoilingPoint(5) - 313.8) < 1e-3)
|
3 | Pass |
assert(abs(BoilingPoint(10) - 428.2) < 1e-3)
|
795 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Back to basics 21 - Matrix replicating
905 Solvers
907 Solvers
Reverse the elements of an array
563 Solvers