位与
class weyu
{
   public static void main(String args[])
   {
      int a=64;
      int b=71;
      int s=a&b;
      System.out.println(s);
   }
}
pigeons   2007-10-09 20:29:06 评论:0   阅读:6   引用:0

发表评论>>

署名发表(评论可管理,不必输入下面的姓名)

姓名:

主题:

内容: 最少15个,最长1000个字符

验证码: (如不清楚,请刷新)

我的未来不是梦,我认真的过每一分钟。