Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
y_correct = 1;
try
gpuDevice
catch
y_correct = 0;
end
assert(isequal(your_fcn_name(),y_correct))
ans =
0
|
Find the peak 3n+1 sequence value
792 Solvers
Sum all integers from 1 to 2^n
6327 Solvers
Sum of diagonal of a square matrix
1159 Solvers
Find nearest prime number less than input number
182 Solvers
111 Solvers