📢 QuizNe.vn will officially cease operations on 27/08/2026. Thank you for being with us.
- int x = -1; x = x >>> 5;
- int x = -1; x = x >>> 32;
- byte x = -1; x = x >>> 5;
- int x = -1; x = x >> 5;