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 |
E = 5.490e+18;
y_correct = 61;
assert(isequal(EnergyMass(E),y_correct))
c =
300000000
m =
61
|
2 | Pass |
E = 1.350e+19;
y_correct = 25*6;
assert(isequal(EnergyMass(E),y_correct))
c =
300000000
m =
150
|
179 Solvers
113 Solvers
100 Solvers
112 Solvers
45 Solvers