Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
for i=1:randi(1000)
vec = randperm(100);
end
vec = randperm(100);
a = vec(1:50); % given to bot
b = vec(51:100); % given to player
you = 0;
bot = 0;
for i = 1:50
c = call(a(1),b);
if ~ismember(c,b)
while(1)
end
end
if c>a(1)
you = you + 1;
else
bot = bot + 1;
end
b(b==c)=[];
a(1)=[];
end
if you<floor(50*0.75)
while(1)
disp('not enough wins');
end
end
|
5703 Solvers
Find the two most distant points
1628 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
Is this triangle right-angled?
2874 Solvers
Sum of odd numbers in a matrix
311 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!