复制

import java.io.IOException;

public class Main {

    public static void main(String[] args) throws IOException {
        System.out.print(3421);
    }
}

至main函数中

 

相关文章:

  • 2021-11-18
  • 2021-04-12
  • 2021-05-31
  • 2021-04-26
  • 2021-07-29
  • 2022-01-03
  • 2021-06-18
猜你喜欢
  • 2021-11-18
  • 2021-05-17
相关资源
相似解决方案