Ad
  • Custom User Avatar

    must the x's side be positive, EG: -x = 1
    or must it be like this: x = -1
    please help me thanks bye

  • Default User Avatar

    I noticed a small potential issue in the python random tests. Inputs are given with a space " " as the final character in the string, which I would not have expected based on the description, examples or fixed tests.

  • Custom User Avatar

    I'd suggest improvement to existing translations in a way they present input equation when a test case fails.
    Input could be presented with an assertion message, or with a title of a test case, whichever is more suitable.

    You can consult articles on Python tests or C++ tests to see how to provide custom messages or titles.