摘要: 1 import java.util.*; 2 3 public class SelectOnlys { 4 long S1 = 2 ^ 16; 5 6 7 int whichSeg(long s) { 8 long L = S1; 9 int flag = 0; 10 while (s >= ... 阅读全文
posted @ 2017-09-17 22:02 wilderness 阅读(1237) 评论(0) 推荐(0)