int i= (something).length to size_t i = (something).length
but now ,'int' is enough for use,not huge and not small,only enough.
'int' is easy to write,and most people are used to it.Most importantly easier to migrate code,if 'length''s return value type is 'int'.
Thank you all.
