- C20250310's blog
ws
- 2023-10-20 10:15:52 @
a=input('请输入长方形的长') b=input('请输入长方形的宽') S=int(a)int(b) C=2(int(a)+int(b)) print("长方形面积="+str(S)+" 长方形周长="+str(C))
c=input('请输入摄氏温度') f=(9.0*float(c))/5.0+32.0 print("华氏温度="+str(f))
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.