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 |
n = 1;
t = 1;
assert(isequal(triangle(n),t))
|
2 | Pass |
n = 3;
t = 6;
assert(isequal(triangle(n),t))
|
3 | Pass |
n = 5;
t = 15;
assert(isequal(triangle(n),t))
|
4 | Pass |
n = 30;
t = 465;
assert(isequal(triangle(n),t))
|
Remove all the words that end with "ain"
1027 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
613 Solvers
443 Solvers
197 Solvers