摘要:
12345678public class Shifty {public static void main(String[] args) {int i = 0;while (-1 << i != 0)i++;System.out.println(i);}}前提:已安装jdk、maven及m2e.这里只说明mave... 阅读全文
posted @ 2014-09-05 08:41
robin·张
阅读(236)
评论(0)
推荐(0)
浙公网安备 33010602011771号