Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
t = 1;
x_correct = 4.905000000000000;
assert(isequal(freefall(t),x_correct))
|
2 | Pass |
%%
t = 3.2;
x_correct = 50.227200000000010;
assert(isequal(freefall(t),x_correct))
|
Make one big string out of two smaller strings
1070 Solvers
579 Solvers
Magic is simple (for beginners)
1117 Solvers
167 Solvers
600 Solvers