- C20250310's blog
v ccv
- 2023-11-10 9:09:30 @
while 1==1:
a=38
b=int(input())
if a==b:
print("你猜对了,数字是"+str(a))
break
elif b<a:
print("你猜得小了点")
else:
print("你猜得大了点")
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.