a=10
b=6
print(6)
print(a*b)
print(a if a>b else b)
print("成功的唯一秘诀--坚持最后一分钟")
print("学号后四位是:"+str(3112))

 补充一段话_JAVA