###公司派人出国学习
ls=[0,1]
for p in ls: ###p为赵去
for q in ls: ###q为钱去
for r in ls: ###r为孙去
for s in ls: ###s为李去
for t in ls: ###t为周去
if p==0 or q==1:
s1=1
else:
s1=0
if s==1 or t==1:
s2=1
else:
s2=0
if q==1 and r==0:
s3=1
elif q==0 and r==1:
s3=1
else:
s3=0
if r==1 and s==1:
s4=1
elif r==0 and s==0:
s4=1
else:
s4=0
if t==0 or (p==1 and q==1):
s5=1
else:
s5=0
if s1+s2+s3+s4+s5==5:
print("赵去{},钱去{},孙去{},李去{},周去{}".format(p,q,r,s,t))+
05-10
25万+
11-05
886
05-26