#28099: java解答


wer12369qaz15963@gmail.com (dentr)


import java.util.Scanner;

public class hello {

    public static void main(String[] args) {

        String owo;

        Scanner scanner = new Scanner(System.in);

        owo = scanner.nextLine();

        System.out.println("hello, "+ owo);

}

}