public class lai { public static void main(String[] args) { int e = 144; System.out.println(Integer.valueOf(e+"",8)); } }