public class Unrtshift{ public static void main(String args[]){ System.out.println( 78 >>> 2); } }