摘要:
import java.io.*;public class yanghuisanjiao {/** * @param args */ public static void main(String[] args) throws IOException{ // TODO Auto-generated method stub int i,n; String str; while(true){BufferedReader buf; buf=new BufferedReader(new InputStreamReader(System.in)); System.out.println("输入一 阅读全文
posted @ 2013-10-19 21:53
梦溪薇夏
阅读(121)
评论(0)
推荐(0)