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 |
%%
a = '0205';
b = '8120';
y_correct = 7915;
A = fread(fopen('yourSubtract.m'));
assert(~any(regexpi(char(A)','str2num|str2double')));
assert(isequal(yourSubtract(a,b),y_correct))
|
2 | Pass |
%%
a = '12589';
b = '78956';
y_correct = 66367;
assert(isequal(yourSubtract(a,b),y_correct))
|
Return a list sorted by number of occurrences
1225 Solvers
367 Solvers
Output any real number that is neither positive nor negative
252 Solvers
167 Solvers
106 Solvers