Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
tic
for i = 1 : 150
s = num2str([randi(9),randi([0, 9], 1, i)],-6);
t = java.math.BigInteger(s);
a = big_integer_sqrt(char(t.pow(2)));
assert(isequal(a, char(s)));
end
toc
x =
'3249'
y =
'9'
|
5704 Solvers
2501 Solvers
626 Solvers
15302 Solvers
284 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!