#10839: JAVA解


35133732 (TW藍風●w●)

學校 : 臺北市私立延平高級中學
編號 : 54467
來源 : [203.72.178.252]
最後登入時間 :
2016-08-12 14:06:31
a001. 哈囉 -- Brian Kernighan | From: [203.72.178.252] | 發表日期 : 2016-04-06 16:26

import java.util.Scanner;
public class JAVA {
public static void main(String[] args) {
Scanner cin= new Scanner(System.in);
String s;
while (cin.hasNext()) {
s=cin.nextLine();
System.out.println("hello, " + s);
}
}

 
ZeroJudge Forum