標題 中邪
時間 2008/01/08 Tue 21:18:42
───────────────────────────────────────
import java.util.*;
public class Superman
{
public static void main(String[] args)
{
Scanner scan = new Scanner(System.in);
String input = "";
input = scan.nextLine();
while(true)
{
if(input.equals("")) break;
System.out.println(input);
input = scan.nextLine();
}
}
}
--
願阿拉真主庇佑你,阿彌陀佛、阿門、阿匹婆。
--
▅◣ Origin: 謠 言 報 bbs.csie.fju.edu.tw
▋◤ Author: ie935102 從 140.119.98.33 發表
沒有留言:
張貼留言