1          Scanner cin = new Scanner(new BufferedInputStream(System.in));
2          int a;
3          while (cin.hasNextInt())
4          {
5              a = cin.nextInt();
6            System.out.print(a+" ");
7          }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-01-08
  • 2022-01-17
  • 2021-12-01
  • 2021-08-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案