编辑代码

public class Main {
	public static void main(String[] args) {
		int a=88;
		System.out.println(Integer.toBinaryString(a));
	}

}