#20118: java


goodspeed (王宥翔)

學校 : 臺北市私立延平高級中學
編號 : 103387
來源 : [123.192.203.131]
最後登入時間 :
2024-09-28 21:41:36
a001. 哈囉 -- Brian Kernighan | From: [223.137.211.35] | 發表日期 : 2019-12-04 10:30

import java.util.Scanner;
public class jva {
    public static void main(String[] args) {
    Scanner input = new Scanner(System.in);
        while (true) {
        String a = input.next();
    System.out.println("hello, "+a);
    }
}
}

 
ZeroJudge Forum