Ad
  • Default User Avatar

    No Random Tests.

  • Default User Avatar

    program should be written in one line

    This error was from trying to use a lambda which was literally one line. Meanwhile, what the code expects is a standard def function with two lines. It won't work itself if it's set into one line. So, the code is really expecting a two-liner.