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');
|
156 Solvers
74 Solvers
451 Solvers
38 Solvers
Generate a random matrix A of (1,-1)
161 Solvers