import java.util.*; import java.util.Scanner; public class IntegerToBinary { public static void main(String[] args) { int num; ...
確定! 回上一頁