It tells me that the task doesn't compile on the server. I have the right output, it complies at home so I guess it's a bug?
Error in com/codegym/task/task28/task2805/MyThread.java on line 95
no suitable constructor found for Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String,long,boolean)
    constructor java.lang.Thread.Thread() is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.Runnable) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.Runnable,java.security.AccessControlContext) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.ThreadGroup,java.lang.Runnable) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.String) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.ThreadGroup,java.lang.String) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.Runnable,java.lang.String) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String) is not applicable
      (actual and formal argument lists differ in length)
    constructor java.lang.Thread.Thread(java.lang.ThreadGroup,java.lang.Runnable,java.lang.String,long) is not applicable
      (actual and formal argument lists differ in length)