Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
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
|
1261 Solvers
Return elements unique to either input
550 Solvers
Magic is simple (for beginners)
2749 Solvers
2143 Solvers
569 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!