0
0
Hãy luôn nhớ cảm ơn và vote 5*
nếu câu trả lời hữu ích nhé!
Code Python:
t = int(input())
while t:
t -= 1
input()
print (["second", "first"][any((int(i) & 1 for i in input().split()))])
Đã test
Hãy giúp mọi người biết câu trả lời này thế nào?
546
254
var s,n,t,x:int64;
i,j:longint;
begin
read(t);
for j:=1 to t do
begin
read(n);
s:=0;
for i:=1 to n do
begin
read(x);
if x mod 2=1 then s:=1;
end;
if s=1 then writeln('first') else writeln('second');
end;
end.
Hãy giúp mọi người biết câu trả lời này thế nào?
Bảng tin
0
12
0
test đúng chưa
213
-1606
181
đúng
213
-1606
181
bn có thể tsst lại
213
-1606
181
tks