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)
|
36366 Solvers
3879 Solvers
434 Solvers
469 Solvers
424 Solvers