Jcat
宠辱不惊,闲看庭前花开花落~~
posts - 173,comments - 67,trackbacks - 0
import  java.io.InputStreamReader;
import  java.io.BufferedReader;
import  java.io.IOException;

/**
 * User: Jcat
 * Date: 2006-11-19
 
*/
public   class  Lab {
    
public   static   void  main(String[] args)  throws  IOException {
        InputStreamReader ir;
        BufferedReader in;
        String s;

        ir 
=   new  InputStreamReader(System.in);
        in 
=   new  BufferedReader(ir);
        s 
=  in.readLine();
        System.out.println(s);
    }
}

posted on 2007-02-04 19:24 Jcat 阅读(296) 评论(0)  编辑  收藏 所属分类: Java

只有注册用户登录后才能发表评论。


网站导航: