Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 35431;
y_correct = 256;
assert(isequal(sq_sum(x),y_correct))
|
2 | Fail |
x = -431;
y_correct = 64;
assert(isequal(sq_sum(x),y_correct))
|
3968 Solvers
Project Euler: Problem 7, Nth prime
522 Solvers
516 Solvers
531 Solvers
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!