- C20250301's blog
py1
- 2024-5-21 15:13:26 @
#copyright
'''
'''
total = 0
i = 1
while i * (i+1) <= 2000: i += 1
print(i)
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.