Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
[s,g] = unix('set');
[a,nb] = regexp(g,'HOSTNAME=','split');
sol = regexp(a{2},'\n','split');
sol = sol{1};
% 11-July-2012 strcmp replaced isequal to accept answers of class java.lang.String
assert(strcmp(your_fcn_name,sol),sprintf('Solution is %s',sol))
|
Find state names that end with the letter A
552 Solvers
159 Solvers
Test if two numbers have the same digits
155 Solvers
263 Solvers
197 Solvers