Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y = 3;
y_correct = 108;
assert(isequal(findAnnoyingPopulation(x,y),y_correct))
|
2 | Pass |
x = 6;
y = 2;
y_correct = 54;
assert(isequal(findAnnoyingPopulation(x,y),y_correct))
|
3 | Pass |
x = 7;
y = 5;
y_correct = 1701;
assert(isequal(findAnnoyingPopulation(x,y),y_correct))
|
363 Solvers
1735 Solvers
Calculate the area of a triangle between three points
278 Solvers
281 Solvers
183 Solvers