摘要: import java.io.*;import java.*;public class find{ public static void main(String args[]) { String s=null; byte[] B; int b[][],p=0,q=0,t=0; try { java.io.InputStream file=new FileInputStream("find.txt"); B=new byte[file.available()]; ... 阅读全文
posted @ 2014-03-02 21:25 纯pure 阅读(99) 评论(0) 推荐(0)