#1149: 那裡會CE??


ywn0824 (南咩)


  1. import java.io.*;   
  2.   
  3. public class Hello{   
  4.    public static void main(String arg[]){   
  5.       BufferedReader input = new BufferedReader(new InputStreamReader(System.in));   
  6.       String str = input.readLine();   
  7.       System.out.println("Hello " + str);   
  8.    }   
  9. }  

 是格式錯嗎