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
|
894 Solvers
235 Solvers
394 Solvers
274 Solvers
Calculate Amount of Cake Frosting
7488 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!