这是我要缩短的代码。
n=input()
while n:
s=raw_input()
x,r,g,b=(int(x) for x in s.split())
a=x/r%2
c=x/g%2
d=x/b%2
r=((a*10+c)*10)+d
if r==0:e="black"
elif r==100:e="red"
elif r==1:e="blue"
elif r==10:e="green"
elif r==101:e="magenta"
elif r==11:e="cyan"
elif r==110:e="yellow"
else:e="white"
print(e)
n-=1
输入3
4643 5913 4827 9752
5583 5357 5120 9400
2025 5475 4339 8392
输出:
black
yellow
black
2
介意解释这到底是什么意思,以及您在做什么?
—
Okx
这是主题imo。没有“赢家”,提示更笼统。
—
Christopher
@ Christopher2EZ4RTZ我们之前有很多类似的问题。他们不是没有话题,已经讨论了很长时间
—
Uriel
对于亲密的选民而言,高尔夫球技巧的问题在此处完全是话题,这取决于meta
—
caird coinheringaahing
能给我们问题陈述吗?
—
xnor