Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
fname = 'omphaloskeptic.m';
fid = fopen(fname);
file = textscan(fid,'%c', ...
'CommentStyle','%', ...
'Whitespace','');
fclose(fid);
ha = histc(file{1},1:128);
hp = omphaloskeptic;
assert(~any(ismember(33:41,find(ha))),'Used an illegal character');
assert(isequal(ha,hp),'Actual characters did not match prediction');
|
2731 Solvers
37 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
Find the maximum number of decimal places in a set of numbers
157 Solvers
690 Solvers