I want to create a thread to judge user code:
FutureTask futureTask = new FutureTask(() -> run(type)); // run is a method Thread thread = n