import java.util.Scanner;

public class hello {

    public static void main(String[] args) {
        System.out.println("hello world");
        Scanner in = new Scanner(System.in);
        System.out.println("come on:"+in.nextLine());
        System.out.println(1+2);

    }

}

 

相关文章:

  • 2021-12-28
  • 2021-08-25
  • 2022-02-17
  • 2022-01-19
  • 2021-12-01
  • 2021-08-27
  • 2021-10-16
  • 2021-05-07
猜你喜欢
  • 2021-11-07
  • 2021-11-07
  • 2021-12-07
  • 2021-09-03
  • 2021-05-30
  • 2021-10-11
  • 2021-08-03
相关资源
相似解决方案