南海牧鲸人


私信TA

用户名:1213798843

访问量:18531

签 名:

千秋万古,为留待骚人,狂歌痛饮,来访雁丘处

等  级
排  名 584
经  验 4283
参赛次数 0
文章发表 32
年  龄 0
在职情况 学生
学  校 河南
专  业

  自我简介:

解题思路:

注意事项:........粘贴不过来手打代码又一遍。。。。。

参考代码:

import java.util.Scanner;

 public class Main{

public static void main(String[]args){

Scanner sc=new Scanner(System.in);

int a=0;

while(sc.hasNext()){

int n=sc.nextInt();

if(n<0){

System.out.println(n+"-->"+"-"+Integer.toBinaryString(Math.abs(n));

}

else

System.out.println(n+"-->"+Integer.toBinaryString(n));

a++;

if(a>50||n<-Math.pow(2,16)||n>Math.pow(2,16)){

break;

}

}

}

}



 

0.0分

1 人评分

  评论区

  • «
  • »