Problem 43738. Negative without '-'
Solution Stats
Problem Comments
-
4 Comments
JD, I think I figured out why Binbin and I (and more than likely a good number of other players) are having issues with your test suite. I think your "assert(isempty(strfind(filetext, '0')),'0 forbidden')" line is catching everyone who has the digit 0 in their MATLAB ID number. Binbin and I have that, while you do not. I just hacked the test suite, and tried a non-hacking correct answer from Alfonso...with the same result - my solution failed because 0 is forbidden.
this is still true while the only diff is this is a badge problem now . Please fix
The offending line—asserting lack of '0'—has been commented out.
Thanks goc :)
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
1935 Solvers
-
First non-zero element in each column
913 Solvers
-
Find the largest value in the 3D matrix
1603 Solvers
-
07 - Common functions and indexing 6
458 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2066 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!