摘要:
import java.util.Scanner; public class HellowWorld { //判断一个32位的整数的二进制有几个1 public static void main(String[] argv ) { Scanner sc=new Scanner(System.in); int n=sc.nextInt(); int count=0; for(int i=0... 阅读全文
posted @ 2019-06-16 11:14
三十六烦恼风x
阅读(497)
评论(0)
推荐(0)

浙公网安备 33010602011771号