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 阅读(96)
评论(0) 编辑 收藏 引用 所属分类:
JAVA