不能够初始化线程,加一个错误捕获机制看看
class BigDebt {
  
    public static void main(String[] arguments)
   try
     {
    int debt = 59000000;
    debt=debt / 1440;
    System.out.println("this is my first " + debt );
    }
   catch (e)
    system.out.println("error:"&e.xxxx);//语法我记不住了,自己查一下
   }