啊哈星球第7章第4关(总第76关)

2019年9月21日 | 分类: 【攻略】
a = get()
b = get()
c = get()
if a>b and a>c:
	say(a)
if b>a and b>c:
	say(b)
if c>a and c>b:
	say(c)