萌新求教python3 为什么这样错了?交上去显示 Compile Error
查看原帖
萌新求教python3 为什么这样错了?交上去显示 Compile Error
611476
zhang17615643458楼主2021/11/28 16:59

a,b=[int(i) for i in input().split()]

c=10*a+b

n=c//19

print("%.d"%n)

2021/11/28 16:59
加载中...