posts - 2,comments - 1,trackbacks - 0
22
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.util.*;

public class Main {

    public static void main(String[] args) throws FileNotFoundException {

        Scanner cin = new Scanner ( new FileReader("in.txt") );
        
    }

}

posted on 2009-10-21 14:14 Huicpc217 阅读(98) 评论(0)  编辑 收藏 引用 所属分类: JAVA