This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 123;
y_correct = 321;
assert(isequal(reverse(x),y_correct));
|
2 | Pass |
%%
x = 96721;
y_correct = 12769;
assert(isequal(reverse(x),y_correct));
|
Project Euler: Problem 10, Sum of Primes
707 Solvers
163 Solvers
171 Solvers
273 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!