abs

    技术2022-05-20  43

    int abs(int x){ return (x ^ (x >> 31)) - (x >> 31);}


    最新回复(0)