s="6p25y3t";sum=t=0;flag=True
for ch in s:
if "0"<=ch<="9":
t=t*10+int(ch)
else:
if flag==True:
sum+=t
t=0
flag=not flag
执行该程序段后,变量 sum 的值为( )