Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
|
2 | Pass |
%%
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
|
Project Euler: Problem 1, Multiples of 3 and 5
1064 Solvers
355 Solvers
196 Solvers
Find the area of the four walls
136 Solvers
711 Solvers