2020-10-08

    科技2026-06-19  35

    砍尾巴数字反转 b=0 while(a!=0) b=b*10+a%10 a/10

    Processed: 0.009, SQL: 9